#DDEEC8

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

Shades of Frostee #DDEEC8

Tints of Frostee #DDEEC8

Color information

#DDEEC8 (or 0xDDEEC8) is unknown color: approx Frostee. HEX triplet: DD, EE and C8. RGB value is (221,238,200). Sum of RGB (Red+Green+Blue) = 221+238+200=659 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.54% from 659); Green value is 238 (93.36% from 255 or 36.12% from 659); Blue value is 200 (78.52% from 255 or 30.35% from 659); Max value from RGB is 238 - color contains mainly: green. Hex color #DDEEC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEEC8 is #221137. Grayscale: #E4E4E4. Windows color (decimal): -2232632 or 13168349. OLE color: 13168349.

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

Color convert

RGB221238200-
CMYK0.0700.160.07
HSL86.84º52.78%85.88%-
HSV(B)86.84º15.97%93.33%-
XYZ70.8280.6966.49-
YUV228.58111.87122.59-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.54%
GREEN value IS 238 (93.36% from 255) = 36.12%
BLUE value IS 200 (78.52% from 255) = 30.35%
R=33.54%
G=36.12%
B=30.35%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2212382000.0700.160.0786.8452.7885.88
HexDDEEC870107573556
Octal3353563107020712765126
Binary11011101111011101100100011101000011110101111101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEEC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEEC8; }

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

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

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

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

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

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

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

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