Shades of Titan White #DAD1E3
Tints of Titan White #DAD1E3
RGB
CMYK
RGB Variations
Color information
#DAD1E3 (or 0xDAD1E3) is known color: Titan White. HEX triplet: DA, D1 and E3. RGB value is (218,209,227). Sum of RGB (Red+Green+Blue) = 218+209+227=654 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.33% from 654); Green value is 209 (82.03% from 255 or 31.96% from 654); Blue value is 227 (89.06% from 255 or 34.71% from 654); Max value from RGB is 227 - color contains mainly: blue. Hex color #DAD1E3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD1E3 is #252E1C. Grayscale: #D5D5D5. Windows color (decimal): -2436637 or 14930394. OLE color: 14930394.
HSL color Cylindrical-coordinate representation of color #DAD1E3: hue angle of 270º degrees, saturation: 0.24, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DAD1E3 is Cyan = 0.04, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 218 | 209 | 227 | - |
CMYK | 0.04 | 0.08 | 0 | 0.11 |
HSL | 270º | 0.24% | 0.85% | - |
HSV(B) | 270º | 0.08% | 0.89% | - |
XYZ | 65.58 | 66.05 | 81.97 | - |
YUV | 213.74 | 135.48 | 131.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 209 | 227 | 0.04 | 0.08 | 0 | 0.11 | 270 | 0.24 | 0.85 |
Hex | DA | D1 | E3 | 4 | 8 | 0 | B | 10E | 18 | 55 |
Octal | 332 | 321 | 343 | 4 | 10 | 0 | 13 | 416 | 30 | 125 |
Binary | 11011010 | 11010001 | 11100011 | 100 | 1000 | 0 | 1011 | 100001110 | 11000 | 1010101 |
Color Harmonies of #DAD1E3
Complementary color
Monochromatic Colors of #DAD1E3
Black with #DAD1E3
Text Example
Text Example
White with #DAD1E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD1E3; }
p { color: rgb(218,209,227); }
H1.HeaderClassName
{
color: #DAD1E3;
}
.AnyTagClassName
{
color: #DAD1E3;
}
</style>
background-color css
<style>
a { background-color: #DAD1E3; }
a { background-color: rgb(218,209,227); }
div.DivClassName
{
background-color: #DAD1E3;
}
.BgClassName
{
background-color: #DAD1E3;
}
</style>
border-color css
<style>
span { border-color: #DAD1E3; }
span { border-color: rgb(218,209,227); }
td.TdClassName
{
border-color: #DAD1E3;
}
.TagClassName
{
border-color: #DAD1E3;
}
</style>