#DEECD3

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

Shades of Frostee #DEECD3

Tints of Frostee #DEECD3

Color information

#DEECD3 (or 0xDEECD3) is unknown color: approx Frostee. HEX triplet: DE, EC and D3. RGB value is (222,236,211). Sum of RGB (Red+Green+Blue) = 222+236+211=669 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.18% from 669); Green value is 236 (92.58% from 255 or 35.28% from 669); Blue value is 211 (82.81% from 255 or 31.54% from 669); Max value from RGB is 236 - color contains mainly: green. Hex color #DEECD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEECD3 is #21132C. Grayscale: #E5E5E5. Windows color (decimal): -2167597 or 13888734. OLE color: 13888734.

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

Color convert

RGB222236211-
CMYK0.0600.110.07
HSL93.6º39.68%87.65%-
HSV(B)93.6º10.59%92.55%-
XYZ71.8880.2273.32-
YUV228.96117.86123.03-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.18%
GREEN value IS 236 (92.58% from 255) = 35.28%
BLUE value IS 211 (82.81% from 255) = 31.54%
R=33.18%
G=35.28%
B=31.54%

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
Decimal2222362110.0600.110.0793.639.6887.65
HexDEECD360B75e2858
Octal3363543236013713650130
Binary1101111011101100110100111100101111110111101010001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEECD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEECD3; }

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

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

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

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

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

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

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

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