#D9DEC2

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

Shades of Frost #D9DEC2

Tints of Frost #D9DEC2

Color information

#D9DEC2 (or 0xD9DEC2) is unknown color: approx Frost. HEX triplet: D9, DE and C2. RGB value is (217,222,194). Sum of RGB (Red+Green+Blue) = 217+222+194=633 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.28% from 633); Green value is 222 (87.11% from 255 or 35.07% from 633); Blue value is 194 (76.17% from 255 or 30.65% from 633); Max value from RGB is 222 - color contains mainly: green. Hex color #D9DEC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DEC2 is #26213D. Grayscale: #D9D9D9. Windows color (decimal): -2498878 or 12771033. OLE color: 12771033.

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

Color convert

RGB217222194-
CMYK0.0200.130.13
HSL70.71º29.79%81.57%-
HSV(B)70.71º12.61%87.06%-
XYZ64.4770.8961.32-
YUV217.31114.84127.78-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.28%
GREEN value IS 222 (87.11% from 255) = 35.07%
BLUE value IS 194 (76.17% from 255) = 30.65%
R=34.28%
G=35.07%
B=30.65%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2172221940.0200.130.1370.7129.7981.57
HexD9DEC220DD471e52
Octal33133630220151510736122
Binary110110011101111011000010100110111011000111111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DEC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DEC2; }

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

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

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

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

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

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

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

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