#DEEECC

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

Shades of Frostee #DEEECC

Tints of Frostee #DEEECC

Color information

#DEEECC (or 0xDEEECC) is unknown color: approx Frostee. HEX triplet: DE, EE and CC. RGB value is (222,238,204). Sum of RGB (Red+Green+Blue) = 222+238+204=664 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.43% from 664); Green value is 238 (93.36% from 255 or 35.84% from 664); Blue value is 204 (80.08% from 255 or 30.72% from 664); Max value from RGB is 238 - color contains mainly: green. Hex color #DEEECC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEEECC is #211133. Grayscale: #E5E5E5. Windows color (decimal): -2167092 or 13430494. OLE color: 13430494.

HSL color Cylindrical-coordinate representation of color #DEEECC: hue angle of 88.24º 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 #DEEECC is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB222238204-
CMYK0.0700.140.07
HSL88.24º50%86.67%-
HSV(B)88.24º14.29%93.33%-
XYZ71.681.0469-
YUV229.34113.7122.76-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.43%
GREEN value IS 238 (93.36% from 255) = 35.84%
BLUE value IS 204 (80.08% from 255) = 30.72%
R=33.43%
G=35.84%
B=30.72%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2222382040.0700.140.0788.245086.67
HexDEEECC70E7583257
Octal3363563147016713062127
Binary1101111011101110110011001110111011110110001100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEEECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEEECC; }

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

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

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

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

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

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

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

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