Shades of Porcelain #DBDAD9
Tints of Porcelain #DBDAD9
RGB
CMYK
RGB Variations
Color information
#DBDAD9 (or 0xDBDAD9) is known color: Porcelain. HEX triplet: DB, DA and D9. RGB value is (219,218,217). Sum of RGB (Red+Green+Blue) = 219+218+217=654 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.49% from 654); Green value is 218 (85.55% from 255 or 33.33% from 654); Blue value is 217 (85.16% from 255 or 33.18% from 654); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDAD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDAD9 is #242526. Grayscale: #DADADA. Windows color (decimal): -2368807 or 14277339. OLE color: 14277339.
HSL color Cylindrical-coordinate representation of color #DBDAD9: hue angle of 30º degrees, saturation: 0.03, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #DBDAD9 is Cyan = 0, Magento = 0.00, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 218 | 217 | - |
CMYK | 0 | 0.00 | 0.01 | 0.14 |
HSL | 30º | 0.03% | 0.85% | - |
HSV(B) | 30º | 0.01% | 0.86% | - |
XYZ | 66.81 | 70.21 | 75.68 | - |
YUV | 218.19 | 127.33 | 128.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 218 | 217 | 0 | 0.00 | 0.01 | 0.14 | 30 | 0.03 | 0.85 |
Hex | DB | DA | D9 | 0 | 0 | 1 | E | 1E | 3 | 55 |
Octal | 333 | 332 | 331 | 0 | 0 | 1 | 16 | 36 | 3 | 125 |
Binary | 11011011 | 11011010 | 11011001 | 0 | 0 | 1 | 1110 | 11110 | 11 | 1010101 |
Color Harmonies of #DBDAD9
Complementary color
Monochromatic Colors of #DBDAD9
Black with #DBDAD9
Text Example
Text Example
White with #DBDAD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDAD9; }
p { color: rgb(219,218,217); }
H1.HeaderClassName
{
color: #DBDAD9;
}
.AnyTagClassName
{
color: #DBDAD9;
}
</style>
background-color css
<style>
a { background-color: #DBDAD9; }
a { background-color: rgb(219,218,217); }
div.DivClassName
{
background-color: #DBDAD9;
}
.BgClassName
{
background-color: #DBDAD9;
}
</style>
border-color css
<style>
span { border-color: #DBDAD9; }
span { border-color: rgb(219,218,217); }
td.TdClassName
{
border-color: #DBDAD9;
}
.TagClassName
{
border-color: #DBDAD9;
}
</style>