#DBD9D1

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

Shades of Milk White #DBD9D1

Tints of Milk White #DBD9D1

Color information

#DBD9D1 (or 0xDBD9D1) is unknown color: approx Milk White. HEX triplet: DB, D9 and D1. RGB value is (219,217,209). Sum of RGB (Red+Green+Blue) = 219+217+209=645 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.95% from 645); Green value is 217 (85.16% from 255 or 33.64% from 645); Blue value is 209 (82.03% from 255 or 32.40% from 645); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD9D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD9D1 is #24262E. Grayscale: #D8D8D8. Windows color (decimal): -2369071 or 13752795. OLE color: 13752795.

HSL color Cylindrical-coordinate representation of color #DBD9D1: hue angle of 48º degrees, saturation: 0.12, 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 #DBD9D1 is Cyan = 0, Magento = 0.01, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB219217209-
CMYK00.010.050.14
HSL48º12.2%83.92%-
HSV(B)48º4.57%85.88%-
XYZ65.5369.2970.24-
YUV216.69123.66129.65-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.95%
GREEN value IS 217 (85.16% from 255) = 33.64%
BLUE value IS 209 (82.03% from 255) = 32.40%
R=33.95%
G=33.64%
B=32.40%

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
Decimal21921720900.010.050.144812.283.92
HexDBD9D1015E30c54
Octal333331321015166014124
Binary11011011110110011101000101101111011000011001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD9D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD9D1; }

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

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

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

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

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

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

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

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