#D9DEBD

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

Shades of Frost #D9DEBD

Tints of Frost #D9DEBD

Color information

#D9DEBD (or 0xD9DEBD) is unknown color: approx Frost. HEX triplet: D9, DE and BD. RGB value is (217,222,189). Sum of RGB (Red+Green+Blue) = 217+222+189=628 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.55% from 628); Green value is 222 (87.11% from 255 or 35.35% from 628); Blue value is 189 (74.22% from 255 or 30.10% from 628); Max value from RGB is 222 - color contains mainly: green. Hex color #D9DEBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DEBD is #262142. Grayscale: #D8D8D8. Windows color (decimal): -2498883 or 12443353. OLE color: 12443353.

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

Color convert

RGB217222189-
CMYK0.0200.150.13
HSL69.09º33.33%80.59%-
HSV(B)69.09º14.86%87.06%-
XYZ63.9270.6758.42-
YUV216.74112.34128.18-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.55%
GREEN value IS 222 (87.11% from 255) = 35.35%
BLUE value IS 189 (74.22% from 255) = 30.10%
R=34.55%
G=35.35%
B=30.10%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2172221890.0200.150.1369.0933.3380.59
HexD9DEBD20FD452151
Octal33133627520171510541121
Binary1101100111011110101111011001111110110001011000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DEBD; }

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

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

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

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

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

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

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

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