#DDD9CC

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

Shades of Milk White #DDD9CC

Tints of Milk White #DDD9CC

Color information

#DDD9CC (or 0xDDD9CC) is unknown color: approx Milk White. HEX triplet: DD, D9 and CC. RGB value is (221,217,204). Sum of RGB (Red+Green+Blue) = 221+217+204=642 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.42% from 642); Green value is 217 (85.16% from 255 or 33.80% from 642); Blue value is 204 (80.08% from 255 or 31.78% from 642); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD9CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD9CC is #222633. Grayscale: #D8D8D8. Windows color (decimal): -2238004 or 13425117. OLE color: 13425117.

HSL color Cylindrical-coordinate representation of color #DDD9CC: hue angle of 45.88º degrees, saturation: 0.2, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DDD9CC is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB221217204-
CMYK00.020.080.13
HSL45.88º20%83.33%-
HSV(B)45.88º7.69%86.67%-
XYZ65.5369.3667.06-
YUV216.71120.83131.06-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.42%
GREEN value IS 217 (85.16% from 255) = 33.80%
BLUE value IS 204 (80.08% from 255) = 31.78%
R=34.42%
G=33.80%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121720400.020.080.1345.882083.33
HexDDD9CC028D2e1453
Octal3353313140210155624123
Binary11011101110110011100110001010001101101110101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD9CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD9CC; }

 p { color: rgb(221,217,204); }

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

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

 a { background-color: rgb(221,217,204); }

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

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

 span { border-color: rgb(221,217,204); }

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