Shades of Titan White #DABFE6
Tints of Titan White #DABFE6
RGB
CMYK
RGB Variations
Color information
#DABFE6 (or 0xDABFE6) is known color: Titan White. HEX triplet: DA, BF and E6. RGB value is (218,191,230). Sum of RGB (Red+Green+Blue) = 218+191+230=639 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.12% from 639); Green value is 191 (75% from 255 or 29.89% from 639); Blue value is 230 (90.23% from 255 or 35.99% from 639); Max value from RGB is 230 - color contains mainly: blue. Hex color #DABFE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DABFE6 is #254019. Grayscale: #CBCBCB. Windows color (decimal): -2441242 or 15122394. OLE color: 15122394.
HSL color Cylindrical-coordinate representation of color #DABFE6: hue angle of 281.54º degrees, saturation: 0.44, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DABFE6 is Cyan = 0.05, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 191 | 230 | - |
| CMYK | 0.05 | 0.17 | 0 | 0.10 |
| HSL | 281.54º | 0.44% | 0.83% | - |
| HSV(B) | 281.54º | 0.17% | 0.9% | - |
| XYZ | 61.83 | 57.88 | 82.78 | - |
| YUV | 203.52 | 142.95 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 191 | 230 | 0.05 | 0.17 | 0 | 0.10 | 281.54 | 0.44 | 0.83 |
| Hex | DA | BF | E6 | 5 | 11 | 0 | A | 11A | 2C | 53 |
| Octal | 332 | 277 | 346 | 5 | 21 | 0 | 12 | 432 | 54 | 123 |
| Binary | 11011010 | 10111111 | 11100110 | 101 | 10001 | 0 | 1010 | 100011010 | 101100 | 1010011 |
Color Harmonies of #DABFE6
Complementary color
Monochromatic Colors of #DABFE6
Black with #DABFE6
Text Example
Text Example
White with #DABFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABFE6; }
p { color: rgb(218,191,230); }
H1.HeaderClassName
{
color: #DABFE6;
}
.AnyTagClassName
{
color: #DABFE6;
}
</style>
background-color css
<style>
a { background-color: #DABFE6; }
a { background-color: rgb(218,191,230); }
div.DivClassName
{
background-color: #DABFE6;
}
.BgClassName
{
background-color: #DABFE6;
}
</style>
border-color css
<style>
span { border-color: #DABFE6; }
span { border-color: rgb(218,191,230); }
td.TdClassName
{
border-color: #DABFE6;
}
.TagClassName
{
border-color: #DABFE6;
}
</style>