#D9DBC9

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

Shades of Frost #D9DBC9

Tints of Frost #D9DBC9

Color information

#D9DBC9 (or 0xD9DBC9) is unknown color: approx Frost. HEX triplet: D9, DB and C9. RGB value is (217,219,201). Sum of RGB (Red+Green+Blue) = 217+219+201=637 (84% of max value = 765). Red value is 217 (85.16% from 255 or 34.07% from 637); Green value is 219 (85.94% from 255 or 34.38% from 637); Blue value is 201 (78.91% from 255 or 31.55% from 637); Max value from RGB is 219 - color contains mainly: green. Hex color #D9DBC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DBC9 is #262436. Grayscale: #D8D8D8. Windows color (decimal): -2499639 or 13229017. OLE color: 13229017.

HSL color Cylindrical-coordinate representation of color #D9DBC9: hue angle of 66.67º degrees, saturation: 0.2, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D9DBC9 is Cyan = 0.01, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB217219201-
CMYK0.0100.080.14
HSL66.67º20%82.35%-
HSV(B)66.67º8.22%85.88%-
XYZ64.4969.6365.3-
YUV216.35119.34128.46-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.07%
GREEN value IS 219 (85.94% from 255) = 34.38%
BLUE value IS 201 (78.91% from 255) = 31.55%
R=34.07%
G=34.38%
B=31.55%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2172192010.0100.080.1466.672082.35
HexD9DBC9108E431452
Octal33133331110101610324122
Binary11011001110110111100100110100011101000011101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DBC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DBC9; }

 p { color: rgb(217,219,201); }

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

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

 a { background-color: rgb(217,219,201); }

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

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

 span { border-color: rgb(217,219,201); }

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