#DDDBD1

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

Shades of Milk White #DDDBD1

Tints of Milk White #DDDBD1

Color information

#DDDBD1 (or 0xDDDBD1) is unknown color: approx Milk White. HEX triplet: DD, DB and D1. RGB value is (221,219,209). Sum of RGB (Red+Green+Blue) = 221+219+209=649 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.05% from 649); Green value is 219 (85.94% from 255 or 33.74% from 649); Blue value is 209 (82.03% from 255 or 32.20% from 649); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDBD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDBD1 is #22242E. Grayscale: #DADADA. Windows color (decimal): -2237487 or 13753309. OLE color: 13753309.

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

Color convert

RGB221219209-
CMYK00.010.050.13
HSL50º15%84.31%-
HSV(B)50º5.43%86.67%-
XYZ66.6670.6470.44-
YUV218.46122.66129.81-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.05%
GREEN value IS 219 (85.94% from 255) = 33.74%
BLUE value IS 209 (82.03% from 255) = 32.20%
R=34.05%
G=33.74%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121920900.010.050.13501584.31
HexDDDBD1015D32f54
Octal335333321015156217124
Binary11011101110110111101000101101110111001011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDBD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDBD1; }

 p { color: rgb(221,219,209); }

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

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

 a { background-color: rgb(221,219,209); }

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

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

 span { border-color: rgb(221,219,209); }

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