Shades of Titan White #DAD6DF
Tints of Titan White #DAD6DF
RGB
CMYK
RGB Variations
Color information
#DAD6DF (or 0xDAD6DF) is known color: Titan White. HEX triplet: DA, D6 and DF. RGB value is (218,214,223). Sum of RGB (Red+Green+Blue) = 218+214+223=655 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.28% from 655); Green value is 214 (83.98% from 255 or 32.67% from 655); Blue value is 223 (87.5% from 255 or 34.05% from 655); Max value from RGB is 223 - color contains mainly: blue. Hex color #DAD6DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD6DF is #252920. Grayscale: #D8D8D8. Windows color (decimal): -2435361 or 14669530. OLE color: 14669530.
HSL color Cylindrical-coordinate representation of color #DAD6DF: hue angle of 266.67º degrees, saturation: 0.12, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DAD6DF is Cyan = 0.02, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 218 | 214 | 223 | - |
CMYK | 0.02 | 0.04 | 0 | 0.13 |
HSL | 266.67º | 0.12% | 0.86% | - |
HSV(B) | 266.67º | 0.04% | 0.87% | - |
XYZ | 66.28 | 68.33 | 79.51 | - |
YUV | 216.22 | 131.83 | 129.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 214 | 223 | 0.02 | 0.04 | 0 | 0.13 | 266.67 | 0.12 | 0.86 |
Hex | DA | D6 | DF | 2 | 4 | 0 | D | 10B | C | 56 |
Octal | 332 | 326 | 337 | 2 | 4 | 0 | 15 | 413 | 14 | 126 |
Binary | 11011010 | 11010110 | 11011111 | 10 | 100 | 0 | 1101 | 100001011 | 1100 | 1010110 |
Color Harmonies of #DAD6DF
Complementary color
Monochromatic Colors of #DAD6DF
Black with #DAD6DF
Text Example
Text Example
White with #DAD6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD6DF; }
p { color: rgb(218,214,223); }
H1.HeaderClassName
{
color: #DAD6DF;
}
.AnyTagClassName
{
color: #DAD6DF;
}
</style>
background-color css
<style>
a { background-color: #DAD6DF; }
a { background-color: rgb(218,214,223); }
div.DivClassName
{
background-color: #DAD6DF;
}
.BgClassName
{
background-color: #DAD6DF;
}
</style>
border-color css
<style>
span { border-color: #DAD6DF; }
span { border-color: rgb(218,214,223); }
td.TdClassName
{
border-color: #DAD6DF;
}
.TagClassName
{
border-color: #DAD6DF;
}
</style>