#D9DCC9

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

Shades of Frost #D9DCC9

Tints of Frost #D9DCC9

Color information

#D9DCC9 (or 0xD9DCC9) is unknown color: approx Frost. HEX triplet: D9, DC and C9. RGB value is (217,220,201). Sum of RGB (Red+Green+Blue) = 217+220+201=638 (84% of max value = 765). Red value is 217 (85.16% from 255 or 34.01% from 638); Green value is 220 (86.33% from 255 or 34.48% from 638); Blue value is 201 (78.91% from 255 or 31.50% from 638); Max value from RGB is 220 - color contains mainly: green. Hex color #D9DCC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DCC9 is #262336. Grayscale: #D9D9D9. Windows color (decimal): -2499383 or 13229273. OLE color: 13229273.

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

Color convert

RGB217220201-
CMYK0.0100.090.14
HSL69.47º21.35%82.55%-
HSV(B)69.47º8.64%86.27%-
XYZ64.7570.1665.39-
YUV216.94119.01128.04-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.01%
GREEN value IS 220 (86.33% from 255) = 34.48%
BLUE value IS 201 (78.91% from 255) = 31.50%
R=34.01%
G=34.48%
B=31.50%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2172202010.0100.090.1469.4721.3582.55
HexD9DCC9109E451553
Octal33133431110111610525123
Binary11011001110111001100100110100111101000101101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DCC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DCC9; }

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

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

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

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

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

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

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

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