#DDDBD2

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

Shades of Milk White #DDDBD2

Tints of Milk White #DDDBD2

Color information

#DDDBD2 (or 0xDDDBD2) is unknown color: approx Milk White. HEX triplet: DD, DB and D2. RGB value is (221,219,210). Sum of RGB (Red+Green+Blue) = 221+219+210=650 (86% of max value = 765). Red value is 221 (86.72% from 255 or 34% from 650); Green value is 219 (85.94% from 255 or 33.69% from 650); Blue value is 210 (82.42% from 255 or 32.31% from 650); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDBD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDBD2 is #22242D. Grayscale: #DADADA. Windows color (decimal): -2237486 or 13818845. OLE color: 13818845.

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

Color convert

RGB221219210-
CMYK00.010.050.13
HSL49.09º13.92%84.51%-
HSV(B)49.09º4.98%86.67%-
XYZ66.7870.6971.1-
YUV218.57123.16129.73-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34%
GREEN value IS 219 (85.94% from 255) = 33.69%
BLUE value IS 210 (82.42% from 255) = 32.31%
R=34%
G=33.69%
B=32.31%

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
Decimal22121921000.010.050.1349.0913.9284.51
HexDDDBD2015D31e55
Octal335333322015156116125
Binary11011101110110111101001001101110111000111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDBD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDBD2; }

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

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

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

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

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

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

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

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