#D9DEC5

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

Shades of Frost #D9DEC5

Tints of Frost #D9DEC5

Color information

#D9DEC5 (or 0xD9DEC5) is unknown color: approx Frost. HEX triplet: D9, DE and C5. RGB value is (217,222,197). Sum of RGB (Red+Green+Blue) = 217+222+197=636 (84% of max value = 765). Red value is 217 (85.16% from 255 or 34.12% from 636); Green value is 222 (87.11% from 255 or 34.91% from 636); Blue value is 197 (77.34% from 255 or 30.97% from 636); Max value from RGB is 222 - color contains mainly: green. Hex color #D9DEC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DEC5 is #26213A. Grayscale: #D9D9D9. Windows color (decimal): -2498875 or 12967641. OLE color: 12967641.

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

Color convert

RGB217222197-
CMYK0.0200.110.13
HSL72º27.47%82.16%-
HSV(B)72º11.26%87.06%-
XYZ64.8171.0363.12-
YUV217.66116.34127.53-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.12%
GREEN value IS 222 (87.11% from 255) = 34.91%
BLUE value IS 197 (77.34% from 255) = 30.97%
R=34.12%
G=34.91%
B=30.97%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2172221970.0200.110.137227.4782.16
HexD9DEC520BD481b52
Octal33133630520131511033122
Binary110110011101111011000101100101111011001000110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DEC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DEC5; }

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

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

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

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

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

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

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

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