#DCEECC

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

Shades of Frostee #DCEECC

Tints of Frostee #DCEECC

Color information

#DCEECC (or 0xDCEECC) is unknown color: approx Frostee. HEX triplet: DC, EE and CC. RGB value is (220,238,204). Sum of RGB (Red+Green+Blue) = 220+238+204=662 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.23% from 662); Green value is 238 (93.36% from 255 or 35.95% from 662); Blue value is 204 (80.08% from 255 or 30.82% from 662); Max value from RGB is 238 - color contains mainly: green. Hex color #DCEECC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEECC is #231133. Grayscale: #E4E4E4. Windows color (decimal): -2298164 or 13430492. OLE color: 13430492.

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

Color convert

RGB220238204-
CMYK0.0800.140.07
HSL91.76º50%86.67%-
HSV(B)91.76º14.29%93.33%-
XYZ70.9980.7268.97-
YUV228.74114.04121.76-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.23%
GREEN value IS 238 (93.36% from 255) = 35.95%
BLUE value IS 204 (80.08% from 255) = 30.82%
R=33.23%
G=35.95%
B=30.82%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2202382040.0800.140.0791.765086.67
HexDCEECC80E75c3257
Octal33435631410016713462127
Binary11011100111011101100110010000111011110111001100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEECC; }

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

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

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

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

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

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

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

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