Shades of Titan White #DACCE5
Tints of Titan White #DACCE5
RGB
CMYK
RGB Variations
Color information
#DACCE5 (or 0xDACCE5) is known color: Titan White. HEX triplet: DA, CC and E5. RGB value is (218,204,229). Sum of RGB (Red+Green+Blue) = 218+204+229=651 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.49% from 651); Green value is 204 (80.08% from 255 or 31.34% from 651); Blue value is 229 (89.84% from 255 or 35.18% from 651); Max value from RGB is 229 - color contains mainly: blue. Hex color #DACCE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACCE5 is #25331A. Grayscale: #D2D2D2. Windows color (decimal): -2437915 or 15060186. OLE color: 15060186.
HSL color Cylindrical-coordinate representation of color #DACCE5: hue angle of 273.6º degrees, saturation: 0.32, 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 #DACCE5 is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 204 | 229 | - |
| CMYK | 0.05 | 0.11 | 0 | 0.10 |
| HSL | 273.6º | 0.32% | 0.85% | - |
| HSV(B) | 273.6º | 0.11% | 0.9% | - |
| XYZ | 64.65 | 63.75 | 83.03 | - |
| YUV | 211.04 | 138.14 | 132.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 204 | 229 | 0.05 | 0.11 | 0 | 0.10 | 273.6 | 0.32 | 0.85 |
| Hex | DA | CC | E5 | 5 | B | 0 | A | 112 | 20 | 55 |
| Octal | 332 | 314 | 345 | 5 | 13 | 0 | 12 | 422 | 40 | 125 |
| Binary | 11011010 | 11001100 | 11100101 | 101 | 1011 | 0 | 1010 | 100010010 | 100000 | 1010101 |
Color Harmonies of #DACCE5
Complementary color
Monochromatic Colors of #DACCE5
Black with #DACCE5
Text Example
Text Example
White with #DACCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACCE5; }
p { color: rgb(218,204,229); }
H1.HeaderClassName
{
color: #DACCE5;
}
.AnyTagClassName
{
color: #DACCE5;
}
</style>
background-color css
<style>
a { background-color: #DACCE5; }
a { background-color: rgb(218,204,229); }
div.DivClassName
{
background-color: #DACCE5;
}
.BgClassName
{
background-color: #DACCE5;
}
</style>
border-color css
<style>
span { border-color: #DACCE5; }
span { border-color: rgb(218,204,229); }
td.TdClassName
{
border-color: #DACCE5;
}
.TagClassName
{
border-color: #DACCE5;
}
</style>