Shades of Titan White #DAD7DB
Tints of Titan White #DAD7DB
RGB
CMYK
RGB Variations
Color information
#DAD7DB (or 0xDAD7DB) is known color: Titan White. HEX triplet: DA, D7 and DB. RGB value is (218,215,219). Sum of RGB (Red+Green+Blue) = 218+215+219=652 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.44% from 652); Green value is 215 (84.38% from 255 or 32.98% from 652); Blue value is 219 (85.94% from 255 or 33.59% from 652); Max value from RGB is 219 - color contains mainly: blue. Hex color #DAD7DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD7DB is #252824. Grayscale: #D8D8D8. Windows color (decimal): -2435109 or 14407642. OLE color: 14407642.
HSL color Cylindrical-coordinate representation of color #DAD7DB: hue angle of 285º degrees, saturation: 0.05, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #DAD7DB is Cyan = 0.00, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 218 | 215 | 219 | - |
CMYK | 0.00 | 0.02 | 0 | 0.14 |
HSL | 285º | 0.05% | 0.85% | - |
HSV(B) | 285º | 0.02% | 0.86% | - |
XYZ | 66 | 68.62 | 76.78 | - |
YUV | 216.35 | 129.49 | 129.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 215 | 219 | 0.00 | 0.02 | 0 | 0.14 | 285 | 0.05 | 0.85 |
Hex | DA | D7 | DB | 0 | 2 | 0 | E | 11D | 5 | 55 |
Octal | 332 | 327 | 333 | 0 | 2 | 0 | 16 | 435 | 5 | 125 |
Binary | 11011010 | 11010111 | 11011011 | 0 | 10 | 0 | 1110 | 100011101 | 101 | 1010101 |
Color Harmonies of #DAD7DB
Complementary color
Monochromatic Colors of #DAD7DB
Black with #DAD7DB
Text Example
Text Example
White with #DAD7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD7DB; }
p { color: rgb(218,215,219); }
H1.HeaderClassName
{
color: #DAD7DB;
}
.AnyTagClassName
{
color: #DAD7DB;
}
</style>
background-color css
<style>
a { background-color: #DAD7DB; }
a { background-color: rgb(218,215,219); }
div.DivClassName
{
background-color: #DAD7DB;
}
.BgClassName
{
background-color: #DAD7DB;
}
</style>
border-color css
<style>
span { border-color: #DAD7DB; }
span { border-color: rgb(218,215,219); }
td.TdClassName
{
border-color: #DAD7DB;
}
.TagClassName
{
border-color: #DAD7DB;
}
</style>