#DDEED0

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

Shades of Frostee #DDEED0

Tints of Frostee #DDEED0

Color information

#DDEED0 (or 0xDDEED0) is unknown color: approx Frostee. HEX triplet: DD, EE and D0. RGB value is (221,238,208). Sum of RGB (Red+Green+Blue) = 221+238+208=667 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.13% from 667); Green value is 238 (93.36% from 255 or 35.68% from 667); Blue value is 208 (81.64% from 255 or 31.18% from 667); Max value from RGB is 238 - color contains mainly: green. Hex color #DDEED0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEED0 is #22112F. Grayscale: #E5E5E5. Windows color (decimal): -2232624 or 13692637. OLE color: 13692637.

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

Color convert

RGB221238208-
CMYK0.0700.130.07
HSL94º46.88%87.45%-
HSV(B)94º12.61%93.33%-
XYZ71.7881.0871.54-
YUV229.5115.87121.94-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.13%
GREEN value IS 238 (93.36% from 255) = 35.68%
BLUE value IS 208 (81.64% from 255) = 31.18%
R=33.13%
G=35.68%
B=31.18%

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
Decimal2212382080.0700.130.079446.8887.45
HexDDEED070D75e2f57
Octal3353563207015713657127
Binary1101110111101110110100001110110111110111101011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEED0; }

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

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

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

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

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

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

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

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