Shades of Titan White #DAD2DF
Tints of Titan White #DAD2DF
RGB
CMYK
RGB Variations
Color information
#DAD2DF (or 0xDAD2DF) is known color: Titan White. HEX triplet: DA, D2 and DF. RGB value is (218,210,223). Sum of RGB (Red+Green+Blue) = 218+210+223=651 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.49% from 651); Green value is 210 (82.42% from 255 or 32.26% from 651); Blue value is 223 (87.5% from 255 or 34.25% from 651); Max value from RGB is 223 - color contains mainly: blue. Hex color #DAD2DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD2DF is #252D20. Grayscale: #D5D5D5. Windows color (decimal): -2436385 or 14668506. OLE color: 14668506.
HSL color Cylindrical-coordinate representation of color #DAD2DF: hue angle of 276.92º degrees, saturation: 0.17, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DAD2DF is Cyan = 0.02, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 218 | 210 | 223 | - |
CMYK | 0.02 | 0.06 | 0 | 0.13 |
HSL | 276.92º | 0.17% | 0.85% | - |
HSV(B) | 276.92º | 0.06% | 0.87% | - |
XYZ | 65.28 | 66.33 | 79.17 | - |
YUV | 213.87 | 133.15 | 130.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 210 | 223 | 0.02 | 0.06 | 0 | 0.13 | 276.92 | 0.17 | 0.85 |
Hex | DA | D2 | DF | 2 | 6 | 0 | D | 115 | 11 | 55 |
Octal | 332 | 322 | 337 | 2 | 6 | 0 | 15 | 425 | 21 | 125 |
Binary | 11011010 | 11010010 | 11011111 | 10 | 110 | 0 | 1101 | 100010101 | 10001 | 1010101 |
Color Harmonies of #DAD2DF
Complementary color
Monochromatic Colors of #DAD2DF
Black with #DAD2DF
Text Example
Text Example
White with #DAD2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD2DF; }
p { color: rgb(218,210,223); }
H1.HeaderClassName
{
color: #DAD2DF;
}
.AnyTagClassName
{
color: #DAD2DF;
}
</style>
background-color css
<style>
a { background-color: #DAD2DF; }
a { background-color: rgb(218,210,223); }
div.DivClassName
{
background-color: #DAD2DF;
}
.BgClassName
{
background-color: #DAD2DF;
}
</style>
border-color css
<style>
span { border-color: #DAD2DF; }
span { border-color: rgb(218,210,223); }
td.TdClassName
{
border-color: #DAD2DF;
}
.TagClassName
{
border-color: #DAD2DF;
}
</style>