#DDE9CD

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

Shades of Frostee #DDE9CD

Tints of Frostee #DDE9CD

Color information

#DDE9CD (or 0xDDE9CD) is unknown color: approx Frostee. HEX triplet: DD, E9 and CD. RGB value is (221,233,205). Sum of RGB (Red+Green+Blue) = 221+233+205=659 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.54% from 659); Green value is 233 (91.41% from 255 or 35.36% from 659); Blue value is 205 (80.47% from 255 or 31.11% from 659); Max value from RGB is 233 - color contains mainly: green. Hex color #DDE9CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDE9CD is #221632. Grayscale: #E2E2E2. Windows color (decimal): -2233907 or 13494749. OLE color: 13494749.

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

Color convert

RGB221233205-
CMYK0.0500.120.09
HSL85.71º38.89%85.88%-
HSV(B)85.71º12.02%91.37%-
XYZ69.9878.0669.14-
YUV226.22116.02124.28-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.54%
GREEN value IS 233 (91.41% from 255) = 35.36%
BLUE value IS 205 (80.47% from 255) = 31.11%
R=33.54%
G=35.36%
B=31.11%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2212332050.0500.120.0985.7138.8985.88
HexDDE9CD50C9562756
Octal33535131550141112647126
Binary11011101111010011100110110101100100110101101001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE9CD; }

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

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

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

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

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

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

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

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