#DDECCC

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

Shades of Frostee #DDECCC

Tints of Frostee #DDECCC

Color information

#DDECCC (or 0xDDECCC) is unknown color: approx Frostee. HEX triplet: DD, EC and CC. RGB value is (221,236,204). Sum of RGB (Red+Green+Blue) = 221+236+204=661 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.43% from 661); Green value is 236 (92.58% from 255 or 35.70% from 661); Blue value is 204 (80.08% from 255 or 30.86% from 661); Max value from RGB is 236 - color contains mainly: green. Hex color #DDECCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDECCC is #221333. Grayscale: #E3E3E3. Windows color (decimal): -2233140 or 13429981. OLE color: 13429981.

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

Color convert

RGB221236204-
CMYK0.0600.140.07
HSL88.12º45.71%86.27%-
HSV(B)88.12º13.56%92.55%-
XYZ70.7179.7268.79-
YUV227.87114.53123.1-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.43%
GREEN value IS 236 (92.58% from 255) = 35.70%
BLUE value IS 204 (80.08% from 255) = 30.86%
R=33.43%
G=35.70%
B=30.86%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2212362040.0600.140.0788.1245.7186.27
HexDDECCC60E7582e56
Octal3353543146016713056126
Binary1101110111101100110011001100111011110110001011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDECCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDECCC; }

 p { color: rgb(221,236,204); }

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

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

 a { background-color: rgb(221,236,204); }

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

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

 span { border-color: rgb(221,236,204); }

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