Shades of Titan White #DAD1DD
Tints of Titan White #DAD1DD
RGB
CMYK
RGB Variations
Color information
#DAD1DD (or 0xDAD1DD) is known color: Titan White. HEX triplet: DA, D1 and DD. RGB value is (218,209,221). Sum of RGB (Red+Green+Blue) = 218+209+221=648 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.64% from 648); Green value is 209 (82.03% from 255 or 32.25% from 648); Blue value is 221 (86.72% from 255 or 34.10% from 648); Max value from RGB is 221 - color contains mainly: blue. Hex color #DAD1DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD1DD is #252E22. Grayscale: #D5D5D5. Windows color (decimal): -2436643 or 14537178. OLE color: 14537178.
HSL color Cylindrical-coordinate representation of color #DAD1DD: hue angle of 285º degrees, saturation: 0.15, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DAD1DD is Cyan = 0.01, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 218 | 209 | 221 | - |
CMYK | 0.01 | 0.05 | 0 | 0.13 |
HSL | 285º | 0.15% | 0.84% | - |
HSV(B) | 285º | 0.05% | 0.87% | - |
XYZ | 64.77 | 65.73 | 77.68 | - |
YUV | 213.06 | 132.48 | 131.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 209 | 221 | 0.01 | 0.05 | 0 | 0.13 | 285 | 0.15 | 0.84 |
Hex | DA | D1 | DD | 1 | 5 | 0 | D | 11D | F | 54 |
Octal | 332 | 321 | 335 | 1 | 5 | 0 | 15 | 435 | 17 | 124 |
Binary | 11011010 | 11010001 | 11011101 | 1 | 101 | 0 | 1101 | 100011101 | 1111 | 1010100 |
Color Harmonies of #DAD1DD
Complementary color
Monochromatic Colors of #DAD1DD
Black with #DAD1DD
Text Example
Text Example
White with #DAD1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD1DD; }
p { color: rgb(218,209,221); }
H1.HeaderClassName
{
color: #DAD1DD;
}
.AnyTagClassName
{
color: #DAD1DD;
}
</style>
background-color css
<style>
a { background-color: #DAD1DD; }
a { background-color: rgb(218,209,221); }
div.DivClassName
{
background-color: #DAD1DD;
}
.BgClassName
{
background-color: #DAD1DD;
}
</style>
border-color css
<style>
span { border-color: #DAD1DD; }
span { border-color: rgb(218,209,221); }
td.TdClassName
{
border-color: #DAD1DD;
}
.TagClassName
{
border-color: #DAD1DD;
}
</style>