Shades of Titan White #DAD2E1
Tints of Titan White #DAD2E1
RGB
CMYK
RGB Variations
Color information
#DAD2E1 (or 0xDAD2E1) is known color: Titan White. HEX triplet: DA, D2 and E1. RGB value is (218,210,225). Sum of RGB (Red+Green+Blue) = 218+210+225=653 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.38% from 653); Green value is 210 (82.42% from 255 or 32.16% from 653); Blue value is 225 (88.28% from 255 or 34.46% from 653); Max value from RGB is 225 - color contains mainly: blue. Hex color #DAD2E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD2E1 is #252D1E. Grayscale: #D6D6D6. Windows color (decimal): -2436383 or 14799578. OLE color: 14799578.
HSL color Cylindrical-coordinate representation of color #DAD2E1: hue angle of 272º degrees, saturation: 0.2, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DAD2E1 is Cyan = 0.03, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 210 | 225 | - |
| CMYK | 0.03 | 0.07 | 0 | 0.12 |
| HSL | 272º | 0.2% | 0.85% | - |
| HSV(B) | 272º | 0.07% | 0.88% | - |
| XYZ | 65.55 | 66.43 | 80.6 | - |
| YUV | 214.1 | 134.15 | 130.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 210 | 225 | 0.03 | 0.07 | 0 | 0.12 | 272 | 0.2 | 0.85 |
| Hex | DA | D2 | E1 | 3 | 7 | 0 | C | 110 | 14 | 55 |
| Octal | 332 | 322 | 341 | 3 | 7 | 0 | 14 | 420 | 24 | 125 |
| Binary | 11011010 | 11010010 | 11100001 | 11 | 111 | 0 | 1100 | 100010000 | 10100 | 1010101 |
Color Harmonies of #DAD2E1
Complementary color
Monochromatic Colors of #DAD2E1
Black with #DAD2E1
Text Example
Text Example
White with #DAD2E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD2E1; }
p { color: rgb(218,210,225); }
H1.HeaderClassName
{
color: #DAD2E1;
}
.AnyTagClassName
{
color: #DAD2E1;
}
</style>
background-color css
<style>
a { background-color: #DAD2E1; }
a { background-color: rgb(218,210,225); }
div.DivClassName
{
background-color: #DAD2E1;
}
.BgClassName
{
background-color: #DAD2E1;
}
</style>
border-color css
<style>
span { border-color: #DAD2E1; }
span { border-color: rgb(218,210,225); }
td.TdClassName
{
border-color: #DAD2E1;
}
.TagClassName
{
border-color: #DAD2E1;
}
</style>