Shades of Titan White #DAD9DB
Tints of Titan White #DAD9DB
RGB
CMYK
RGB Variations
Color information
#DAD9DB (or 0xDAD9DB) is known color: Titan White. HEX triplet: DA, D9 and DB. RGB value is (218,217,219). Sum of RGB (Red+Green+Blue) = 218+217+219=654 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.33% from 654); Green value is 217 (85.16% from 255 or 33.18% from 654); Blue value is 219 (85.94% from 255 or 33.49% from 654); Max value from RGB is 219 - color contains mainly: blue. Hex color #DAD9DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD9DB is #252624. Grayscale: #D9D9D9. Windows color (decimal): -2434597 or 14408154. OLE color: 14408154.
HSL color Cylindrical-coordinate representation of color #DAD9DB: hue angle of 270º 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 #DAD9DB is Cyan = 0.00, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 218 | 217 | 219 | - |
CMYK | 0.00 | 0.01 | 0 | 0.14 |
HSL | 270º | 0.03% | 0.85% | - |
HSV(B) | 270º | 0.01% | 0.86% | - |
XYZ | 66.51 | 69.65 | 76.96 | - |
YUV | 217.53 | 128.83 | 128.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 217 | 219 | 0.00 | 0.01 | 0 | 0.14 | 270 | 0.03 | 0.85 |
Hex | DA | D9 | DB | 0 | 1 | 0 | E | 10E | 3 | 55 |
Octal | 332 | 331 | 333 | 0 | 1 | 0 | 16 | 416 | 3 | 125 |
Binary | 11011010 | 11011001 | 11011011 | 0 | 1 | 0 | 1110 | 100001110 | 11 | 1010101 |
Color Harmonies of #DAD9DB
Complementary color
Monochromatic Colors of #DAD9DB
Black with #DAD9DB
Text Example
Text Example
White with #DAD9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD9DB; }
p { color: rgb(218,217,219); }
H1.HeaderClassName
{
color: #DAD9DB;
}
.AnyTagClassName
{
color: #DAD9DB;
}
</style>
background-color css
<style>
a { background-color: #DAD9DB; }
a { background-color: rgb(218,217,219); }
div.DivClassName
{
background-color: #DAD9DB;
}
.BgClassName
{
background-color: #DAD9DB;
}
</style>
border-color css
<style>
span { border-color: #DAD9DB; }
span { border-color: rgb(218,217,219); }
td.TdClassName
{
border-color: #DAD9DB;
}
.TagClassName
{
border-color: #DAD9DB;
}
</style>