#DBE9B7

Color #DBE9B7 Frost (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Frost #DBE9B7

Tints of Frost #DBE9B7

Color information

#DBE9B7 (or 0xDBE9B7) is unknown color: approx Frost. HEX triplet: DB, E9 and B7. RGB value is (219,233,183). Sum of RGB (Red+Green+Blue) = 219+233+183=635 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.49% from 635); Green value is 233 (91.41% from 255 or 36.69% from 635); Blue value is 183 (71.88% from 255 or 28.82% from 635); Max value from RGB is 233 - color contains mainly: green. Hex color #DBE9B7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBE9B7 is #241648. Grayscale: #DFDFDF. Windows color (decimal): -2365001 or 12052955. OLE color: 12052955.

HSL color Cylindrical-coordinate representation of color #DBE9B7: hue angle of 76.8º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DBE9B7 is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.09.

Color convert

RGB219233183-
CMYK0.0600.210.09
HSL76.8º53.19%81.57%-
HSV(B)76.8º21.46%91.37%-
XYZ66.976.7656.09-
YUV223.11105.36125.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 219 (85.94% from 255) = 34.49%
GREEN value IS 233 (91.41% from 255) = 36.69%
BLUE value IS 183 (71.88% from 255) = 28.82%
R=34.49%
G=36.69%
B=28.82%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2192331830.0600.210.0976.853.1981.57
HexDBE9B7601594d3552
Octal33335126760251111565122
Binary110110111110100110110111110010101100110011011101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE9B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE9B7; }

 p { color: rgb(219,233,183); }

 H1.HeaderClassName
 {
   color: #DBE9B7;
 }
 .AnyTagClassName
 {
   color: #DBE9B7;
 }
</style>
background-color css

<style>
 a { background-color: #DBE9B7; }

 a { background-color: rgb(219,233,183); }

 div.DivClassName
 {
   background-color: #DBE9B7;
 }
 .BgClassName
 {
   background-color: #DBE9B7;
 }
</style>
border-color css

<style>
 span { border-color: #DBE9B7; }

 span { border-color: rgb(219,233,183); }

 td.TdClassName
 {
   border-color: #DBE9B7;
 }
 .TagClassName
 {
   border-color: #DBE9B7;
 }
</style>