#D9E1D4

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

Shades of Frostee #D9E1D4

Tints of Frostee #D9E1D4

Color information

#D9E1D4 (or 0xD9E1D4) is unknown color: approx Frostee. HEX triplet: D9, E1 and D4. RGB value is (217,225,212). Sum of RGB (Red+Green+Blue) = 217+225+212=654 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.18% from 654); Green value is 225 (88.28% from 255 or 34.40% from 654); Blue value is 212 (83.20% from 255 or 32.42% from 654); Max value from RGB is 225 - color contains mainly: green. Hex color #D9E1D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9E1D4 is #261E2B. Grayscale: #DDDDDD. Windows color (decimal): -2498092 or 13951449. OLE color: 13951449.

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

Color convert

RGB217225212-
CMYK0.0400.060.12
HSL96.92º17.81%85.69%-
HSV(B)96.92º5.78%88.24%-
XYZ67.4273.3672.89-
YUV221.13122.85125.06-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.18%
GREEN value IS 225 (88.28% from 255) = 34.40%
BLUE value IS 212 (83.20% from 255) = 32.42%
R=33.18%
G=34.40%
B=32.42%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2172252120.0400.060.1296.9217.8185.69
HexD9E1D4406C611256
Octal3313413244061414122126
Binary110110011110000111010100100011011001100001100101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9E1D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9E1D4; }

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

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

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

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

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

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

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

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