#D9EECA

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

Shades of Frostee #D9EECA

Tints of Frostee #D9EECA

Color information

#D9EECA (or 0xD9EECA) is unknown color: approx Frostee. HEX triplet: D9, EE and CA. RGB value is (217,238,202). Sum of RGB (Red+Green+Blue) = 217+238+202=657 (87% of max value = 765). Red value is 217 (85.16% from 255 or 33.03% from 657); Green value is 238 (93.36% from 255 or 36.23% from 657); Blue value is 202 (79.30% from 255 or 30.75% from 657); Max value from RGB is 238 - color contains mainly: green. Hex color #D9EECA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9EECA is #261135. Grayscale: #E3E3E3. Windows color (decimal): -2494774 or 13299417. OLE color: 13299417.

HSL color Cylindrical-coordinate representation of color #D9EECA: hue angle of 95º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D9EECA is Cyan = 0.09, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB217238202-
CMYK0.0900.150.07
HSL95º51.43%86.27%-
HSV(B)95º15.13%93.33%-
XYZ69.8580.1767.67-
YUV227.62113.54120.43-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.03%
GREEN value IS 238 (93.36% from 255) = 36.23%
BLUE value IS 202 (79.30% from 255) = 30.75%
R=33.03%
G=36.23%
B=30.75%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2172382020.0900.150.079551.4386.27
HexD9EECA90F75f3356
Octal33135631211017713763126
Binary11011001111011101100101010010111111110111111100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9EECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9EECA; }

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

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

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

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

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

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

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

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