Shades of Milk White #DBDAD2
Tints of Milk White #DBDAD2
RGB
CMYK
RGB Variations
Color information
#DBDAD2 (or 0xDBDAD2) is known color: Milk White. HEX triplet: DB, DA and D2. RGB value is (219,218,210). Sum of RGB (Red+Green+Blue) = 219+218+210=647 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.85% from 647); Green value is 218 (85.55% from 255 or 33.69% from 647); Blue value is 210 (82.42% from 255 or 32.46% from 647); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDAD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDAD2 is #24252D. Grayscale: #D9D9D9. Windows color (decimal): -2368814 or 13818587. OLE color: 13818587.
HSL color Cylindrical-coordinate representation of color #DBDAD2: hue angle of 53.33º degrees, saturation: 0.11, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DBDAD2 is Cyan = 0, Magento = 0.00, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 218 | 210 | - |
CMYK | 0 | 0.00 | 0.04 | 0.14 |
HSL | 53.33º | 0.11% | 0.84% | - |
HSV(B) | 53.33º | 0.04% | 0.86% | - |
XYZ | 65.92 | 69.86 | 70.98 | - |
YUV | 217.39 | 123.83 | 129.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 218 | 210 | 0 | 0.00 | 0.04 | 0.14 | 53.33 | 0.11 | 0.84 |
Hex | DB | DA | D2 | 0 | 0 | 4 | E | 35 | B | 54 |
Octal | 333 | 332 | 322 | 0 | 0 | 4 | 16 | 65 | 13 | 124 |
Binary | 11011011 | 11011010 | 11010010 | 0 | 0 | 100 | 1110 | 110101 | 1011 | 1010100 |
Color Harmonies of #DBDAD2
Complementary color
Monochromatic Colors of #DBDAD2
Black with #DBDAD2
Text Example
Text Example
White with #DBDAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDAD2; }
p { color: rgb(219,218,210); }
H1.HeaderClassName
{
color: #DBDAD2;
}
.AnyTagClassName
{
color: #DBDAD2;
}
</style>
background-color css
<style>
a { background-color: #DBDAD2; }
a { background-color: rgb(219,218,210); }
div.DivClassName
{
background-color: #DBDAD2;
}
.BgClassName
{
background-color: #DBDAD2;
}
</style>
border-color css
<style>
span { border-color: #DBDAD2; }
span { border-color: rgb(219,218,210); }
td.TdClassName
{
border-color: #DBDAD2;
}
.TagClassName
{
border-color: #DBDAD2;
}
</style>