#DDDACD

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

Shades of Milk White #DDDACD

Tints of Milk White #DDDACD

Color information

#DDDACD (or 0xDDDACD) is unknown color: approx Milk White. HEX triplet: DD, DA and CD. RGB value is (221,218,205). Sum of RGB (Red+Green+Blue) = 221+218+205=644 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.32% from 644); Green value is 218 (85.55% from 255 or 33.85% from 644); Blue value is 205 (80.47% from 255 or 31.83% from 644); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDACD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDACD is #222532. Grayscale: #D9D9D9. Windows color (decimal): -2237747 or 13490909. OLE color: 13490909.

HSL color Cylindrical-coordinate representation of color #DDDACD: hue angle of 48.75º 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 #DDDACD is Cyan = 0, Magento = 0.01, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB221218205-
CMYK00.010.070.13
HSL48.75º19.05%83.53%-
HSV(B)48.75º7.24%86.67%-
XYZ65.9169.9267.78-
YUV217.42120.99130.56-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.32%
GREEN value IS 218 (85.55% from 255) = 33.85%
BLUE value IS 205 (80.47% from 255) = 31.83%
R=34.32%
G=33.85%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121820500.010.070.1348.7519.0583.53
HexDDDACD017D311354
Octal335332315017156123124
Binary110111011101101011001101011111101110001100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDACD; }

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

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

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

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

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

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

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

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