Shades of Titan White #DAD6DB
Tints of Titan White #DAD6DB
RGB
CMYK
RGB Variations
Color information
#DAD6DB (or 0xDAD6DB) is known color: Titan White. HEX triplet: DA, D6 and DB. RGB value is (218,214,219). Sum of RGB (Red+Green+Blue) = 218+214+219=651 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.49% from 651); Green value is 214 (83.98% from 255 or 32.87% from 651); Blue value is 219 (85.94% from 255 or 33.64% from 651); Max value from RGB is 219 - color contains mainly: blue. Hex color #DAD6DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD6DB is #252924. Grayscale: #D7D7D7. Windows color (decimal): -2435365 or 14407386. OLE color: 14407386.
HSL color Cylindrical-coordinate representation of color #DAD6DB: hue angle of 288º degrees, saturation: 0.06, 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 #DAD6DB is Cyan = 0.00, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 218 | 214 | 219 | - |
CMYK | 0.00 | 0.02 | 0 | 0.14 |
HSL | 288º | 0.06% | 0.85% | - |
HSV(B) | 288º | 0.02% | 0.86% | - |
XYZ | 65.75 | 68.11 | 76.7 | - |
YUV | 215.77 | 129.83 | 129.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 214 | 219 | 0.00 | 0.02 | 0 | 0.14 | 288 | 0.06 | 0.85 |
Hex | DA | D6 | DB | 0 | 2 | 0 | E | 120 | 6 | 55 |
Octal | 332 | 326 | 333 | 0 | 2 | 0 | 16 | 440 | 6 | 125 |
Binary | 11011010 | 11010110 | 11011011 | 0 | 10 | 0 | 1110 | 100100000 | 110 | 1010101 |
Color Harmonies of #DAD6DB
Complementary color
Monochromatic Colors of #DAD6DB
Black with #DAD6DB
Text Example
Text Example
White with #DAD6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD6DB; }
p { color: rgb(218,214,219); }
H1.HeaderClassName
{
color: #DAD6DB;
}
.AnyTagClassName
{
color: #DAD6DB;
}
</style>
background-color css
<style>
a { background-color: #DAD6DB; }
a { background-color: rgb(218,214,219); }
div.DivClassName
{
background-color: #DAD6DB;
}
.BgClassName
{
background-color: #DAD6DB;
}
</style>
border-color css
<style>
span { border-color: #DAD6DB; }
span { border-color: rgb(218,214,219); }
td.TdClassName
{
border-color: #DAD6DB;
}
.TagClassName
{
border-color: #DAD6DB;
}
</style>