#DDD9C7

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

Shades of Milk White #DDD9C7

Tints of Milk White #DDD9C7

Color information

#DDD9C7 (or 0xDDD9C7) is unknown color: approx Milk White. HEX triplet: DD, D9 and C7. RGB value is (221,217,199). Sum of RGB (Red+Green+Blue) = 221+217+199=637 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.69% from 637); Green value is 217 (85.16% from 255 or 34.07% from 637); Blue value is 199 (78.12% from 255 or 31.24% from 637); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD9C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD9C7 is #222638. Grayscale: #D8D8D8. Windows color (decimal): -2238009 or 13097437. OLE color: 13097437.

HSL color Cylindrical-coordinate representation of color #DDD9C7: hue angle of 49.09º degrees, saturation: 0.24, 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 #DDD9C7 is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB221217199-
CMYK00.020.100.13
HSL49.09º24.44%82.35%-
HSV(B)49.09º9.95%86.67%-
XYZ64.9469.1263.95-
YUV216.14118.33131.46-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.69%
GREEN value IS 217 (85.16% from 255) = 34.07%
BLUE value IS 199 (78.12% from 255) = 31.24%
R=34.69%
G=34.07%
B=31.24%

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
Decimal22121719900.020.100.1349.0924.4482.35
HexDDD9C702AD311852
Octal3353313070212156130122
Binary11011101110110011100011101010101101110001110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD9C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD9C7; }

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

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

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

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

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

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

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

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