#DBD9D0

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

Shades of Milk White #DBD9D0

Tints of Milk White #DBD9D0

Color information

#DBD9D0 (or 0xDBD9D0) is unknown color: approx Milk White. HEX triplet: DB, D9 and D0. RGB value is (219,217,208). Sum of RGB (Red+Green+Blue) = 219+217+208=644 (85% of max value = 765). Red value is 219 (85.94% from 255 or 34.01% from 644); Green value is 217 (85.16% from 255 or 33.70% from 644); Blue value is 208 (81.64% from 255 or 32.30% from 644); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD9D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD9D0 is #24262F. Grayscale: #D8D8D8. Windows color (decimal): -2369072 or 13687259. OLE color: 13687259.

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

Color convert

RGB219217208-
CMYK00.010.050.14
HSL49.09º13.25%83.73%-
HSV(B)49.09º5.02%85.88%-
XYZ65.4169.2469.59-
YUV216.57123.16129.73-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.01%
GREEN value IS 217 (85.16% from 255) = 33.70%
BLUE value IS 208 (81.64% from 255) = 32.30%
R=34.01%
G=33.70%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921720800.010.050.1449.0913.2583.73
HexDBD9D0015E31d54
Octal333331320015166115124
Binary11011011110110011101000001101111011000111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD9D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD9D0; }

 p { color: rgb(219,217,208); }

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

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

 a { background-color: rgb(219,217,208); }

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

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

 span { border-color: rgb(219,217,208); }

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