#D9E0D4

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

Shades of Frostee #D9E0D4

Tints of Frostee #D9E0D4

Color information

#D9E0D4 (or 0xD9E0D4) is unknown color: approx Frostee. HEX triplet: D9, E0 and D4. RGB value is (217,224,212). Sum of RGB (Red+Green+Blue) = 217+224+212=653 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.23% from 653); Green value is 224 (87.89% from 255 or 34.30% from 653); Blue value is 212 (83.20% from 255 or 32.47% from 653); Max value from RGB is 224 - color contains mainly: green. Hex color #D9E0D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9E0D4 is #261F2B. Grayscale: #DCDCDC. Windows color (decimal): -2498348 or 13951193. OLE color: 13951193.

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

Color convert

RGB217224212-
CMYK0.0300.050.12
HSL95º16.22%85.49%-
HSV(B)95º5.36%87.84%-
XYZ67.1572.8272.8-
YUV220.54123.18125.48-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.23%
GREEN value IS 224 (87.89% from 255) = 34.30%
BLUE value IS 212 (83.20% from 255) = 32.47%
R=33.23%
G=34.30%
B=32.47%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2172242120.0300.050.129516.2285.49
HexD9E0D4305C5f1055
Octal3313403243051413720125
Binary11011001111000001101010011010111001011111100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9E0D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9E0D4; }

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

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

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

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

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

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

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

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