#D9E1D2

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

Shades of Frostee #D9E1D2

Tints of Frostee #D9E1D2

Color information

#D9E1D2 (or 0xD9E1D2) is unknown color: approx Frostee. HEX triplet: D9, E1 and D2. RGB value is (217,225,210). Sum of RGB (Red+Green+Blue) = 217+225+210=652 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.28% from 652); Green value is 225 (88.28% from 255 or 34.51% from 652); Blue value is 210 (82.42% from 255 or 32.21% from 652); Max value from RGB is 225 - color contains mainly: green. Hex color #D9E1D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9E1D2 is #261E2D. Grayscale: #DCDCDC. Windows color (decimal): -2498094 or 13820377. OLE color: 13820377.

HSL color Cylindrical-coordinate representation of color #D9E1D2: hue angle of 92º degrees, saturation: 0.2, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D9E1D2 is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.12.

Color convert

RGB217225210-
CMYK0.0400.070.12
HSL92º20%85.29%-
HSV(B)92º6.67%88.24%-
XYZ67.1773.2671.57-
YUV220.9121.85125.22-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.28%
GREEN value IS 225 (88.28% from 255) = 34.51%
BLUE value IS 210 (82.42% from 255) = 32.21%
R=33.28%
G=34.51%
B=32.21%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2172252100.0400.070.12922085.29
HexD9E1D2407C5c1455
Octal3313413224071413424125
Binary110110011110000111010010100011111001011100101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9E1D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9E1D2; }

 p { color: rgb(217,225,210); }

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

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

 a { background-color: rgb(217,225,210); }

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

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

 span { border-color: rgb(217,225,210); }

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