#DDD9CD

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

Shades of Milk White #DDD9CD

Tints of Milk White #DDD9CD

Color information

#DDD9CD (or 0xDDD9CD) is unknown color: approx Milk White. HEX triplet: DD, D9 and CD. RGB value is (221,217,205). Sum of RGB (Red+Green+Blue) = 221+217+205=643 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.37% from 643); Green value is 217 (85.16% from 255 or 33.75% from 643); Blue value is 205 (80.47% from 255 or 31.88% from 643); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD9CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD9CD is #222632. Grayscale: #D8D8D8. Windows color (decimal): -2238003 or 13490653. OLE color: 13490653.

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

Color convert

RGB221217205-
CMYK00.020.070.13
HSL45º19.05%83.53%-
HSV(B)45º7.24%86.67%-
XYZ65.6569.4167.69-
YUV216.83121.33130.98-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.37%
GREEN value IS 217 (85.16% from 255) = 33.75%
BLUE value IS 205 (80.47% from 255) = 31.88%
R=34.37%
G=33.75%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121720500.020.070.134519.0583.53
HexDDD9CD027D2d1354
Octal335331315027155523124
Binary1101110111011001110011010101111101101101100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD9CD; }

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

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

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

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

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

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

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

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