Shades of Titan White #DACCE3
Tints of Titan White #DACCE3
RGB
CMYK
RGB Variations
Color information
#DACCE3 (or 0xDACCE3) is known color: Titan White. HEX triplet: DA, CC and E3. RGB value is (218,204,227). Sum of RGB (Red+Green+Blue) = 218+204+227=649 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.59% from 649); Green value is 204 (80.08% from 255 or 31.43% from 649); Blue value is 227 (89.06% from 255 or 34.98% from 649); Max value from RGB is 227 - color contains mainly: blue. Hex color #DACCE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACCE3 is #25331C. Grayscale: #D2D2D2. Windows color (decimal): -2437917 or 14929114. OLE color: 14929114.
HSL color Cylindrical-coordinate representation of color #DACCE3: hue angle of 276.52º degrees, saturation: 0.29, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DACCE3 is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 204 | 227 | - |
| CMYK | 0.04 | 0.10 | 0 | 0.11 |
| HSL | 276.52º | 0.29% | 0.85% | - |
| HSV(B) | 276.52º | 0.1% | 0.89% | - |
| XYZ | 64.37 | 63.64 | 81.56 | - |
| YUV | 210.81 | 137.14 | 133.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 204 | 227 | 0.04 | 0.10 | 0 | 0.11 | 276.52 | 0.29 | 0.85 |
| Hex | DA | CC | E3 | 4 | A | 0 | B | 115 | 1D | 55 |
| Octal | 332 | 314 | 343 | 4 | 12 | 0 | 13 | 425 | 35 | 125 |
| Binary | 11011010 | 11001100 | 11100011 | 100 | 1010 | 0 | 1011 | 100010101 | 11101 | 1010101 |
Color Harmonies of #DACCE3
Complementary color
Monochromatic Colors of #DACCE3
Black with #DACCE3
Text Example
Text Example
White with #DACCE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACCE3; }
p { color: rgb(218,204,227); }
H1.HeaderClassName
{
color: #DACCE3;
}
.AnyTagClassName
{
color: #DACCE3;
}
</style>
background-color css
<style>
a { background-color: #DACCE3; }
a { background-color: rgb(218,204,227); }
div.DivClassName
{
background-color: #DACCE3;
}
.BgClassName
{
background-color: #DACCE3;
}
</style>
border-color css
<style>
span { border-color: #DACCE3; }
span { border-color: rgb(218,204,227); }
td.TdClassName
{
border-color: #DACCE3;
}
.TagClassName
{
border-color: #DACCE3;
}
</style>