Shades of Titan White #DABFE4
Tints of Titan White #DABFE4
RGB
CMYK
RGB Variations
Color information
#DABFE4 (or 0xDABFE4) is known color: Titan White. HEX triplet: DA, BF and E4. RGB value is (218,191,228). Sum of RGB (Red+Green+Blue) = 218+191+228=637 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.22% from 637); Green value is 191 (75% from 255 or 29.98% from 637); Blue value is 228 (89.45% from 255 or 35.79% from 637); Max value from RGB is 228 - color contains mainly: blue. Hex color #DABFE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABFE4 is #25401B. Grayscale: #CBCBCB. Windows color (decimal): -2441244 or 14991322. OLE color: 14991322.
HSL color Cylindrical-coordinate representation of color #DABFE4: hue angle of 283.78º degrees, saturation: 0.41, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DABFE4 is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 191 | 228 | - |
| CMYK | 0.04 | 0.16 | 0 | 0.11 |
| HSL | 283.78º | 0.41% | 0.82% | - |
| HSV(B) | 283.78º | 0.16% | 0.89% | - |
| XYZ | 61.55 | 57.77 | 81.31 | - |
| YUV | 203.29 | 141.95 | 138.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 191 | 228 | 0.04 | 0.16 | 0 | 0.11 | 283.78 | 0.41 | 0.82 |
| Hex | DA | BF | E4 | 4 | 10 | 0 | B | 11C | 29 | 52 |
| Octal | 332 | 277 | 344 | 4 | 20 | 0 | 13 | 434 | 51 | 122 |
| Binary | 11011010 | 10111111 | 11100100 | 100 | 10000 | 0 | 1011 | 100011100 | 101001 | 1010010 |
Color Harmonies of #DABFE4
Complementary color
Monochromatic Colors of #DABFE4
Black with #DABFE4
Text Example
Text Example
White with #DABFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABFE4; }
p { color: rgb(218,191,228); }
H1.HeaderClassName
{
color: #DABFE4;
}
.AnyTagClassName
{
color: #DABFE4;
}
</style>
background-color css
<style>
a { background-color: #DABFE4; }
a { background-color: rgb(218,191,228); }
div.DivClassName
{
background-color: #DABFE4;
}
.BgClassName
{
background-color: #DABFE4;
}
</style>
border-color css
<style>
span { border-color: #DABFE4; }
span { border-color: rgb(218,191,228); }
td.TdClassName
{
border-color: #DABFE4;
}
.TagClassName
{
border-color: #DABFE4;
}
</style>