#D9DEBE

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

Shades of Frost #D9DEBE

Tints of Frost #D9DEBE

Color information

#D9DEBE (or 0xD9DEBE) is unknown color: approx Frost. HEX triplet: D9, DE and BE. RGB value is (217,222,190). Sum of RGB (Red+Green+Blue) = 217+222+190=629 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.50% from 629); Green value is 222 (87.11% from 255 or 35.29% from 629); Blue value is 190 (74.61% from 255 or 30.21% from 629); Max value from RGB is 222 - color contains mainly: green. Hex color #D9DEBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DEBE is #262141. Grayscale: #D8D8D8. Windows color (decimal): -2498882 or 12508889. OLE color: 12508889.

HSL color Cylindrical-coordinate representation of color #D9DEBE: hue angle of 69.38º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D9DEBE is Cyan = 0.02, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB217222190-
CMYK0.0200.140.13
HSL69.38º32.65%80.78%-
HSV(B)69.38º14.41%87.06%-
XYZ64.0370.7158.99-
YUV216.86112.84128.1-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.50%
GREEN value IS 222 (87.11% from 255) = 35.29%
BLUE value IS 190 (74.61% from 255) = 30.21%
R=34.50%
G=35.29%
B=30.21%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2172221900.0200.140.1369.3832.6580.78
HexD9DEBE20ED452151
Octal33133627620161510541121
Binary1101100111011110101111101001110110110001011000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DEBE; }

 p { color: rgb(217,222,190); }

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

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

 a { background-color: rgb(217,222,190); }

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

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

 span { border-color: rgb(217,222,190); }

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