#D9DCCA

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

Shades of Frost #D9DCCA

Tints of Frost #D9DCCA

Color information

#D9DCCA (or 0xD9DCCA) is unknown color: approx Frost. HEX triplet: D9, DC and CA. RGB value is (217,220,202). Sum of RGB (Red+Green+Blue) = 217+220+202=639 (84% of max value = 765). Red value is 217 (85.16% from 255 or 33.96% from 639); Green value is 220 (86.33% from 255 or 34.43% from 639); Blue value is 202 (79.30% from 255 or 31.61% from 639); Max value from RGB is 220 - color contains mainly: green. Hex color #D9DCCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DCCA is #262335. Grayscale: #D9D9D9. Windows color (decimal): -2499382 or 13294809. OLE color: 13294809.

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

Color convert

RGB217220202-
CMYK0.0100.080.14
HSL70º20.45%82.75%-
HSV(B)70º8.18%86.27%-
XYZ64.8770.266.01-
YUV217.05119.51127.96-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.96%
GREEN value IS 220 (86.33% from 255) = 34.43%
BLUE value IS 202 (79.30% from 255) = 31.61%
R=33.96%
G=34.43%
B=31.61%

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
Decimal2172202020.0100.080.147020.4582.75
HexD9DCCA108E461453
Octal33133431210101610624123
Binary11011001110111001100101010100011101000110101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DCCA; }

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

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

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

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

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

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

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

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