#DDE8D4

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

Shades of Frostee #DDE8D4

Tints of Frostee #DDE8D4

Color information

#DDE8D4 (or 0xDDE8D4) is unknown color: approx Frostee. HEX triplet: DD, E8 and D4. RGB value is (221,232,212). Sum of RGB (Red+Green+Blue) = 221+232+212=665 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.23% from 665); Green value is 232 (91.02% from 255 or 34.89% from 665); Blue value is 212 (83.20% from 255 or 31.88% from 665); Max value from RGB is 232 - color contains mainly: green. Hex color #DDE8D4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDE8D4 is #22172B. Grayscale: #E2E2E2. Windows color (decimal): -2234156 or 13953245. OLE color: 13953245.

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

Color convert

RGB221232212-
CMYK0.0500.090.09
HSL93º30.3%87.06%-
HSV(B)93º8.62%90.98%-
XYZ70.5677.8473.59-
YUV226.43119.86124.13-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.23%
GREEN value IS 232 (91.02% from 255) = 34.89%
BLUE value IS 212 (83.20% from 255) = 31.88%
R=33.23%
G=34.89%
B=31.88%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2212322120.0500.090.099330.387.06
HexDDE8D450995d1e57
Octal33535032450111113536127
Binary1101110111101000110101001010100110011011101111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE8D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE8D4; }

 p { color: rgb(221,232,212); }

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

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

 a { background-color: rgb(221,232,212); }

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

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

 span { border-color: rgb(221,232,212); }

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