Shades of Titan White #DACCE4
Tints of Titan White #DACCE4
RGB
CMYK
RGB Variations
Color information
#DACCE4 (or 0xDACCE4) is known color: Titan White. HEX triplet: DA, CC and E4. RGB value is (218,204,228). Sum of RGB (Red+Green+Blue) = 218+204+228=650 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.54% from 650); Green value is 204 (80.08% from 255 or 31.38% from 650); Blue value is 228 (89.45% from 255 or 35.08% from 650); Max value from RGB is 228 - color contains mainly: blue. Hex color #DACCE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACCE4 is #25331B. Grayscale: #D2D2D2. Windows color (decimal): -2437916 or 14994650. OLE color: 14994650.
HSL color Cylindrical-coordinate representation of color #DACCE4: hue angle of 275º degrees, saturation: 0.31, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DACCE4 is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 204 | 228 | - |
| CMYK | 0.04 | 0.11 | 0 | 0.11 |
| HSL | 275º | 0.31% | 0.85% | - |
| HSV(B) | 275º | 0.11% | 0.89% | - |
| XYZ | 64.51 | 63.69 | 82.29 | - |
| YUV | 210.92 | 137.64 | 133.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 204 | 228 | 0.04 | 0.11 | 0 | 0.11 | 275 | 0.31 | 0.85 |
| Hex | DA | CC | E4 | 4 | B | 0 | B | 113 | 1F | 55 |
| Octal | 332 | 314 | 344 | 4 | 13 | 0 | 13 | 423 | 37 | 125 |
| Binary | 11011010 | 11001100 | 11100100 | 100 | 1011 | 0 | 1011 | 100010011 | 11111 | 1010101 |
Color Harmonies of #DACCE4
Complementary color
Monochromatic Colors of #DACCE4
Black with #DACCE4
Text Example
Text Example
White with #DACCE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACCE4; }
p { color: rgb(218,204,228); }
H1.HeaderClassName
{
color: #DACCE4;
}
.AnyTagClassName
{
color: #DACCE4;
}
</style>
background-color css
<style>
a { background-color: #DACCE4; }
a { background-color: rgb(218,204,228); }
div.DivClassName
{
background-color: #DACCE4;
}
.BgClassName
{
background-color: #DACCE4;
}
</style>
border-color css
<style>
span { border-color: #DACCE4; }
span { border-color: rgb(218,204,228); }
td.TdClassName
{
border-color: #DACCE4;
}
.TagClassName
{
border-color: #DACCE4;
}
</style>