#DDE9CF

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

Shades of Frostee #DDE9CF

Tints of Frostee #DDE9CF

Color information

#DDE9CF (or 0xDDE9CF) is unknown color: approx Frostee. HEX triplet: DD, E9 and CF. RGB value is (221,233,207). Sum of RGB (Red+Green+Blue) = 221+233+207=661 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.43% from 661); Green value is 233 (91.41% from 255 or 35.25% from 661); Blue value is 207 (81.25% from 255 or 31.32% from 661); Max value from RGB is 233 - color contains mainly: green. Hex color #DDE9CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDE9CF is #221630. Grayscale: #E2E2E2. Windows color (decimal): -2233905 or 13625821. OLE color: 13625821.

HSL color Cylindrical-coordinate representation of color #DDE9CF: hue angle of 87.69º degrees, saturation: 0.37, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DDE9CF is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.

Color convert

RGB221233207-
CMYK0.0500.110.09
HSL87.69º37.14%86.27%-
HSV(B)87.69º11.16%91.37%-
XYZ70.2278.1570.42-
YUV226.45117.02124.11-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.43%
GREEN value IS 233 (91.41% from 255) = 35.25%
BLUE value IS 207 (81.25% from 255) = 31.32%
R=33.43%
G=35.25%
B=31.32%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2212332070.0500.110.0987.6937.1486.27
HexDDE9CF50B9582556
Octal33535131750131113045126
Binary11011101111010011100111110101011100110110001001011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE9CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE9CF; }

 p { color: rgb(221,233,207); }

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

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

 a { background-color: rgb(221,233,207); }

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

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

 span { border-color: rgb(221,233,207); }

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