#DCEEC9

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

Shades of Frostee #DCEEC9

Tints of Frostee #DCEEC9

Color information

#DCEEC9 (or 0xDCEEC9) is unknown color: approx Frostee. HEX triplet: DC, EE and C9. RGB value is (220,238,201). Sum of RGB (Red+Green+Blue) = 220+238+201=659 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.38% from 659); Green value is 238 (93.36% from 255 or 36.12% from 659); Blue value is 201 (78.91% from 255 or 30.50% from 659); Max value from RGB is 238 - color contains mainly: green. Hex color #DCEEC9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEEC9 is #231136. Grayscale: #E4E4E4. Windows color (decimal): -2298167 or 13233884. OLE color: 13233884.

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

Color convert

RGB220238201-
CMYK0.0800.160.07
HSL89.19º52.11%86.08%-
HSV(B)89.19º15.55%93.33%-
XYZ70.6380.5867.09-
YUV228.4112.54122.01-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.38%
GREEN value IS 238 (93.36% from 255) = 36.12%
BLUE value IS 201 (78.91% from 255) = 30.50%
R=33.38%
G=36.12%
B=30.50%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2202382010.0800.160.0789.1952.1186.08
HexDCEEC980107593456
Octal33435631110020713164126
Binary110111001110111011001001100001000011110110011101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEEC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEEC9; }

 p { color: rgb(220,238,201); }

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

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

 a { background-color: rgb(220,238,201); }

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

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

 span { border-color: rgb(220,238,201); }

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