#DEECD2

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

Shades of Frostee #DEECD2

Tints of Frostee #DEECD2

Color information

#DEECD2 (or 0xDEECD2) is unknown color: approx Frostee. HEX triplet: DE, EC and D2. RGB value is (222,236,210). Sum of RGB (Red+Green+Blue) = 222+236+210=668 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.23% from 668); Green value is 236 (92.58% from 255 or 35.33% from 668); Blue value is 210 (82.42% from 255 or 31.44% from 668); Max value from RGB is 236 - color contains mainly: green. Hex color #DEECD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEECD2 is #21132D. Grayscale: #E4E4E4. Windows color (decimal): -2167598 or 13823198. OLE color: 13823198.

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

Color convert

RGB222236210-
CMYK0.0600.110.07
HSL92.31º40.63%87.45%-
HSV(B)92.31º11.02%92.55%-
XYZ71.7580.1772.67-
YUV228.85117.36123.11-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.23%
GREEN value IS 236 (92.58% from 255) = 35.33%
BLUE value IS 210 (82.42% from 255) = 31.44%
R=33.23%
G=35.33%
B=31.44%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2222362100.0600.110.0792.3140.6387.45
HexDEECD260B75c2957
Octal3363543226013713451127
Binary1101111011101100110100101100101111110111001010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEECD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEECD2; }

 p { color: rgb(222,236,210); }

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

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

 a { background-color: rgb(222,236,210); }

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

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

 span { border-color: rgb(222,236,210); }

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