#DDEFC9

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

Shades of Frostee #DDEFC9

Tints of Frostee #DDEFC9

Color information

#DDEFC9 (or 0xDDEFC9) is unknown color: approx Frostee. HEX triplet: DD, EF and C9. RGB value is (221,239,201). Sum of RGB (Red+Green+Blue) = 221+239+201=661 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.43% from 661); Green value is 239 (93.75% from 255 or 36.16% from 661); Blue value is 201 (78.91% from 255 or 30.41% from 661); Max value from RGB is 239 - color contains mainly: green. Hex color #DDEFC9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEFC9 is #221036. Grayscale: #E5E5E5. Windows color (decimal): -2232375 or 13234141. OLE color: 13234141.

HSL color Cylindrical-coordinate representation of color #DDEFC9: hue angle of 88.42º degrees, saturation: 0.54, 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 #DDEFC9 is Cyan = 0.08, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB221239201-
CMYK0.0800.160.06
HSL88.42º54.29%86.27%-
HSV(B)88.42º15.9%93.73%-
XYZ71.2381.3267.2-
YUV229.29112.04122.09-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.43%
GREEN value IS 239 (93.75% from 255) = 36.16%
BLUE value IS 201 (78.91% from 255) = 30.41%
R=33.43%
G=36.16%
B=30.41%

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
Decimal2212392010.0800.160.0688.4254.2986.27
HexDDEFC980106583656
Octal33535731110020613066126
Binary110111011110111111001001100001000011010110001101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEFC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEFC9; }

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

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

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

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

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

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

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

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