#D9EEC3

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

Shades of Frostee #D9EEC3

Tints of Frostee #D9EEC3

Color information

#D9EEC3 (or 0xD9EEC3) is unknown color: approx Frostee. HEX triplet: D9, EE and C3. RGB value is (217,238,195). Sum of RGB (Red+Green+Blue) = 217+238+195=650 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.38% from 650); Green value is 238 (93.36% from 255 or 36.62% from 650); Blue value is 195 (76.56% from 255 or 30% from 650); Max value from RGB is 238 - color contains mainly: green. Hex color #D9EEC3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9EEC3 is #26113C. Grayscale: #E2E2E2. Windows color (decimal): -2494781 or 12840665. OLE color: 12840665.

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

Color convert

RGB217238195-
CMYK0.0900.180.07
HSL89.3º55.84%84.9%-
HSV(B)89.3º18.07%93.33%-
XYZ69.0479.8463.4-
YUV226.82110.04121-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.38%
GREEN value IS 238 (93.36% from 255) = 36.62%
BLUE value IS 195 (76.56% from 255) = 30%
R=33.38%
G=36.62%
B=30%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2172381950.0900.180.0789.355.8484.9
HexD9EEC390127593855
Octal33135630311022713170125
Binary110110011110111011000011100101001011110110011110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9EEC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9EEC3; }

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

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

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

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

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

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

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

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