Shades of Titan White #DACBE5
Tints of Titan White #DACBE5
RGB
CMYK
RGB Variations
Color information
#DACBE5 (or 0xDACBE5) is known color: Titan White. HEX triplet: DA, CB and E5. RGB value is (218,203,229). Sum of RGB (Red+Green+Blue) = 218+203+229=650 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.54% from 650); Green value is 203 (79.69% from 255 or 31.23% from 650); Blue value is 229 (89.84% from 255 or 35.23% from 650); Max value from RGB is 229 - color contains mainly: blue. Hex color #DACBE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACBE5 is #25341A. Grayscale: #D2D2D2. Windows color (decimal): -2438171 or 15059930. OLE color: 15059930.
HSL color Cylindrical-coordinate representation of color #DACBE5: hue angle of 274.62º degrees, saturation: 0.33, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DACBE5 is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 203 | 229 | - |
| CMYK | 0.05 | 0.11 | 0 | 0.10 |
| HSL | 274.62º | 0.33% | 0.85% | - |
| HSV(B) | 274.62º | 0.11% | 0.9% | - |
| XYZ | 64.41 | 63.27 | 82.95 | - |
| YUV | 210.45 | 138.47 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 203 | 229 | 0.05 | 0.11 | 0 | 0.10 | 274.62 | 0.33 | 0.85 |
| Hex | DA | CB | E5 | 5 | B | 0 | A | 113 | 21 | 55 |
| Octal | 332 | 313 | 345 | 5 | 13 | 0 | 12 | 423 | 41 | 125 |
| Binary | 11011010 | 11001011 | 11100101 | 101 | 1011 | 0 | 1010 | 100010011 | 100001 | 1010101 |
Color Harmonies of #DACBE5
Complementary color
Monochromatic Colors of #DACBE5
Black with #DACBE5
Text Example
Text Example
White with #DACBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACBE5; }
p { color: rgb(218,203,229); }
H1.HeaderClassName
{
color: #DACBE5;
}
.AnyTagClassName
{
color: #DACBE5;
}
</style>
background-color css
<style>
a { background-color: #DACBE5; }
a { background-color: rgb(218,203,229); }
div.DivClassName
{
background-color: #DACBE5;
}
.BgClassName
{
background-color: #DACBE5;
}
</style>
border-color css
<style>
span { border-color: #DACBE5; }
span { border-color: rgb(218,203,229); }
td.TdClassName
{
border-color: #DACBE5;
}
.TagClassName
{
border-color: #DACBE5;
}
</style>