#DDD8C6

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

Shades of Milk White #DDD8C6

Tints of Milk White #DDD8C6

Color information

#DDD8C6 (or 0xDDD8C6) is unknown color: approx Milk White. HEX triplet: DD, D8 and C6. RGB value is (221,216,198). Sum of RGB (Red+Green+Blue) = 221+216+198=635 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.80% from 635); Green value is 216 (84.77% from 255 or 34.02% from 635); Blue value is 198 (77.73% from 255 or 31.18% from 635); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD8C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD8C6 is #222739. Grayscale: #D7D7D7. Windows color (decimal): -2238266 or 13031645. OLE color: 13031645.

HSL color Cylindrical-coordinate representation of color #DDD8C6: hue angle of 46.96º degrees, saturation: 0.25, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDD8C6 is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB221216198-
CMYK00.020.100.13
HSL46.96º25.27%82.16%-
HSV(B)46.96º10.41%86.67%-
XYZ64.5768.5663.26-
YUV215.44118.16131.96-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.80%
GREEN value IS 216 (84.77% from 255) = 34.02%
BLUE value IS 198 (77.73% from 255) = 31.18%
R=34.80%
G=34.02%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121619800.020.100.1346.9625.2782.16
HexDDD8C602AD2f1952
Octal3353303060212155731122
Binary11011101110110001100011001010101101101111110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD8C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD8C6; }

 p { color: rgb(221,216,198); }

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

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

 a { background-color: rgb(221,216,198); }

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

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

 span { border-color: rgb(221,216,198); }

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