#D9EACC

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

Shades of Frostee #D9EACC

Tints of Frostee #D9EACC

Color information

#D9EACC (or 0xD9EACC) is unknown color: approx Frostee. HEX triplet: D9, EA and CC. RGB value is (217,234,204). Sum of RGB (Red+Green+Blue) = 217+234+204=655 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.13% from 655); Green value is 234 (91.80% from 255 or 35.73% from 655); Blue value is 204 (80.08% from 255 or 31.15% from 655); Max value from RGB is 234 - color contains mainly: green. Hex color #D9EACC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9EACC is #261533. Grayscale: #E1E1E1. Windows color (decimal): -2495796 or 13429465. OLE color: 13429465.

HSL color Cylindrical-coordinate representation of color #D9EACC: hue angle of 94º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D9EACC is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB217234204-
CMYK0.0700.130.08
HSL94º41.67%85.88%-
HSV(B)94º12.82%91.76%-
XYZ68.9477.9668.54-
YUV225.5115.87121.94-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.13%
GREEN value IS 234 (91.80% from 255) = 35.73%
BLUE value IS 204 (80.08% from 255) = 31.15%
R=33.13%
G=35.73%
B=31.15%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2172342040.0700.130.089441.6785.88
HexD9EACC70D85e2a56
Octal33135231470151013652126
Binary11011001111010101100110011101101100010111101010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9EACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9EACC; }

 p { color: rgb(217,234,204); }

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

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

 a { background-color: rgb(217,234,204); }

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

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

 span { border-color: rgb(217,234,204); }

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