#D8DBC9

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

Shades of Frost #D8DBC9

Tints of Frost #D8DBC9

Color information

#D8DBC9 (or 0xD8DBC9) is unknown color: approx Frost. HEX triplet: D8, DB and C9. RGB value is (216,219,201). Sum of RGB (Red+Green+Blue) = 216+219+201=636 (84% of max value = 765). Red value is 216 (84.77% from 255 or 33.96% from 636); Green value is 219 (85.94% from 255 or 34.43% from 636); Blue value is 201 (78.91% from 255 or 31.60% from 636); Max value from RGB is 219 - color contains mainly: green. Hex color #D8DBC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8DBC9 is #272436. Grayscale: #D8D8D8. Windows color (decimal): -2565175 or 13229016. OLE color: 13229016.

HSL color Cylindrical-coordinate representation of color #D8DBC9: hue angle of 70º 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 #D8DBC9 is Cyan = 0.01, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB216219201-
CMYK0.0100.080.14
HSL70º20%82.35%-
HSV(B)70º8.22%85.88%-
XYZ64.1969.4865.29-
YUV216.05119.51127.96-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 33.96%
GREEN value IS 219 (85.94% from 255) = 34.43%
BLUE value IS 201 (78.91% from 255) = 31.60%
R=33.96%
G=34.43%
B=31.60%

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
Decimal2162192010.0100.080.14702082.35
HexD8DBC9108E461452
Octal33033331110101610624122
Binary11011000110110111100100110100011101000110101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8DBC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8DBC9; }

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

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

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

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

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

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

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

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