Shades of Titan White #DAD8DB
Tints of Titan White #DAD8DB
RGB
CMYK
RGB Variations
Color information
#DAD8DB (or 0xDAD8DB) is known color: Titan White. HEX triplet: DA, D8 and DB. RGB value is (218,216,219). Sum of RGB (Red+Green+Blue) = 218+216+219=653 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.38% from 653); Green value is 216 (84.77% from 255 or 33.08% from 653); Blue value is 219 (85.94% from 255 or 33.54% from 653); Max value from RGB is 219 - color contains mainly: blue. Hex color #DAD8DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD8DB is #252724. Grayscale: #D8D8D8. Windows color (decimal): -2434853 or 14407898. OLE color: 14407898.
HSL color Cylindrical-coordinate representation of color #DAD8DB: hue angle of 280º degrees, saturation: 0.04, 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 #DAD8DB is Cyan = 0.00, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 218 | 216 | 219 | - |
CMYK | 0.00 | 0.01 | 0 | 0.14 |
HSL | 280º | 0.04% | 0.85% | - |
HSV(B) | 280º | 0.01% | 0.86% | - |
XYZ | 66.26 | 69.13 | 76.87 | - |
YUV | 216.94 | 129.16 | 128.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 216 | 219 | 0.00 | 0.01 | 0 | 0.14 | 280 | 0.04 | 0.85 |
Hex | DA | D8 | DB | 0 | 1 | 0 | E | 118 | 4 | 55 |
Octal | 332 | 330 | 333 | 0 | 1 | 0 | 16 | 430 | 4 | 125 |
Binary | 11011010 | 11011000 | 11011011 | 0 | 1 | 0 | 1110 | 100011000 | 100 | 1010101 |
Color Harmonies of #DAD8DB
Complementary color
Monochromatic Colors of #DAD8DB
Black with #DAD8DB
Text Example
Text Example
White with #DAD8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD8DB; }
p { color: rgb(218,216,219); }
H1.HeaderClassName
{
color: #DAD8DB;
}
.AnyTagClassName
{
color: #DAD8DB;
}
</style>
background-color css
<style>
a { background-color: #DAD8DB; }
a { background-color: rgb(218,216,219); }
div.DivClassName
{
background-color: #DAD8DB;
}
.BgClassName
{
background-color: #DAD8DB;
}
</style>
border-color css
<style>
span { border-color: #DAD8DB; }
span { border-color: rgb(218,216,219); }
td.TdClassName
{
border-color: #DAD8DB;
}
.TagClassName
{
border-color: #DAD8DB;
}
</style>