#DDD9CA

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

Shades of Milk White #DDD9CA

Tints of Milk White #DDD9CA

Color information

#DDD9CA (or 0xDDD9CA) is unknown color: approx Milk White. HEX triplet: DD, D9 and CA. RGB value is (221,217,202). Sum of RGB (Red+Green+Blue) = 221+217+202=640 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.53% from 640); Green value is 217 (85.16% from 255 or 33.91% from 640); Blue value is 202 (79.30% from 255 or 31.56% from 640); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD9CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD9CA is #222635. Grayscale: #D8D8D8. Windows color (decimal): -2238006 or 13294045. OLE color: 13294045.

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

Color convert

RGB221217202-
CMYK00.020.090.13
HSL47.37º21.84%82.94%-
HSV(B)47.37º8.6%86.67%-
XYZ65.2969.2665.8-
YUV216.49119.83131.22-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.53%
GREEN value IS 217 (85.16% from 255) = 33.91%
BLUE value IS 202 (79.30% from 255) = 31.56%
R=34.53%
G=33.91%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121720200.020.090.1347.3721.8482.94
HexDDD9CA029D2f1653
Octal3353313120211155726123
Binary11011101110110011100101001010011101101111101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD9CA; }

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

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

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

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

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

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

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

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