#DEEED0

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

Shades of Frostee #DEEED0

Tints of Frostee #DEEED0

Color information

#DEEED0 (or 0xDEEED0) is unknown color: approx Frostee. HEX triplet: DE, EE and D0. RGB value is (222,238,208). Sum of RGB (Red+Green+Blue) = 222+238+208=668 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.23% from 668); Green value is 238 (93.36% from 255 or 35.63% from 668); Blue value is 208 (81.64% from 255 or 31.14% from 668); Max value from RGB is 238 - color contains mainly: green. Hex color #DEEED0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEEED0 is #21112F. Grayscale: #E5E5E5. Windows color (decimal): -2167088 or 13692638. OLE color: 13692638.

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

Color convert

RGB222238208-
CMYK0.0700.130.07
HSL92º46.88%87.45%-
HSV(B)92º12.61%93.33%-
XYZ72.0881.2371.55-
YUV229.8115.7122.44-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.23%
GREEN value IS 238 (93.36% from 255) = 35.63%
BLUE value IS 208 (81.64% from 255) = 31.14%
R=33.23%
G=35.63%
B=31.14%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2222382080.0700.130.079246.8887.45
HexDEEED070D75c2f57
Octal3363563207015713457127
Binary1101111011101110110100001110110111110111001011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEEED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEEED0; }

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

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

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

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

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

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

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

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