#DDE8D1

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

Shades of Frostee #DDE8D1

Tints of Frostee #DDE8D1

Color information

#DDE8D1 (or 0xDDE8D1) is unknown color: approx Frostee. HEX triplet: DD, E8 and D1. RGB value is (221,232,209). Sum of RGB (Red+Green+Blue) = 221+232+209=662 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.38% from 662); Green value is 232 (91.02% from 255 or 35.05% from 662); Blue value is 209 (82.03% from 255 or 31.57% from 662); Max value from RGB is 232 - color contains mainly: green. Hex color #DDE8D1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDE8D1 is #22172E. Grayscale: #E2E2E2. Windows color (decimal): -2234159 or 13756637. OLE color: 13756637.

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

Color convert

RGB221232209-
CMYK0.0500.100.09
HSL88.7º33.33%86.47%-
HSV(B)88.7º9.91%90.98%-
XYZ70.1877.6971.62-
YUV226.09118.36124.37-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.38%
GREEN value IS 232 (91.02% from 255) = 35.05%
BLUE value IS 209 (82.03% from 255) = 31.57%
R=33.38%
G=35.05%
B=31.57%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2212322090.0500.100.0988.733.3386.47
HexDDE8D150A9592156
Octal33535032150121113141126
Binary11011101111010001101000110101010100110110011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE8D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE8D1; }

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

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

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

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

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

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

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

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