#DDEFC8

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

Shades of Frostee #DDEFC8

Tints of Frostee #DDEFC8

Color information

#DDEFC8 (or 0xDDEFC8) is unknown color: approx Frostee. HEX triplet: DD, EF and C8. RGB value is (221,239,200). Sum of RGB (Red+Green+Blue) = 221+239+200=660 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.48% from 660); Green value is 239 (93.75% from 255 or 36.21% from 660); Blue value is 200 (78.52% from 255 or 30.30% from 660); Max value from RGB is 239 - color contains mainly: green. Hex color #DDEFC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEFC8 is #221037. Grayscale: #E5E5E5. Windows color (decimal): -2232376 or 13168605. OLE color: 13168605.

HSL color Cylindrical-coordinate representation of color #DDEFC8: hue angle of 87.69º degrees, saturation: 0.55, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DDEFC8 is Cyan = 0.08, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB221239200-
CMYK0.0800.160.06
HSL87.69º54.93%86.08%-
HSV(B)87.69º16.32%93.73%-
XYZ71.1181.2866.58-
YUV229.17111.54122.17-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.48%
GREEN value IS 239 (93.75% from 255) = 36.21%
BLUE value IS 200 (78.52% from 255) = 30.30%
R=33.48%
G=36.21%
B=30.30%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2212392000.0800.160.0687.6954.9386.08
HexDDEFC880106583756
Octal33535731010020613067126
Binary110111011110111111001000100001000011010110001101111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEFC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEFC8; }

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

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

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

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

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

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

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

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