#DDEECD

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

Shades of Frostee #DDEECD

Tints of Frostee #DDEECD

Color information

#DDEECD (or 0xDDEECD) is unknown color: approx Frostee. HEX triplet: DD, EE and CD. RGB value is (221,238,205). Sum of RGB (Red+Green+Blue) = 221+238+205=664 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.28% from 664); Green value is 238 (93.36% from 255 or 35.84% from 664); Blue value is 205 (80.47% from 255 or 30.87% from 664); Max value from RGB is 238 - color contains mainly: green. Hex color #DDEECD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEECD is #221132. Grayscale: #E5E5E5. Windows color (decimal): -2232627 or 13496029. OLE color: 13496029.

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

Color convert

RGB221238205-
CMYK0.0700.140.07
HSL90.91º49.25%86.86%-
HSV(B)90.91º13.87%93.33%-
XYZ71.4180.9369.61-
YUV229.15114.37122.18-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.28%
GREEN value IS 238 (93.36% from 255) = 35.84%
BLUE value IS 205 (80.47% from 255) = 30.87%
R=33.28%
G=35.84%
B=30.87%

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
Decimal2212382050.0700.140.0790.9149.2586.86
HexDDEECD70E75b3157
Octal3353563157016713361127
Binary1101110111101110110011011110111011110110111100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEECD; }

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

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

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

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

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

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

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

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