#DCECC9

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

Shades of Frostee #DCECC9

Tints of Frostee #DCECC9

Color information

#DCECC9 (or 0xDCECC9) is unknown color: approx Frostee. HEX triplet: DC, EC and C9. RGB value is (220,236,201). Sum of RGB (Red+Green+Blue) = 220+236+201=657 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.49% from 657); Green value is 236 (92.58% from 255 or 35.92% from 657); Blue value is 201 (78.91% from 255 or 30.59% from 657); Max value from RGB is 236 - color contains mainly: green. Hex color #DCECC9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCECC9 is #231336. Grayscale: #E3E3E3. Windows color (decimal): -2298679 or 13233372. OLE color: 13233372.

HSL color Cylindrical-coordinate representation of color #DCECC9: hue angle of 87.43º degrees, saturation: 0.48, 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 #DCECC9 is Cyan = 0.07, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB220236201-
CMYK0.0700.150.07
HSL87.43º47.95%85.69%-
HSV(B)87.43º14.83%92.55%-
XYZ70.0579.4266.9-
YUV227.23113.2122.85-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.49%
GREEN value IS 236 (92.58% from 255) = 35.92%
BLUE value IS 201 (78.91% from 255) = 30.59%
R=33.49%
G=35.92%
B=30.59%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2202362010.0700.150.0787.4347.9585.69
HexDCECC970F7573056
Octal3343543117017712760126
Binary1101110011101100110010011110111111110101111100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCECC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCECC9; }

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

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

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

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

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

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

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

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