Shades of Titan White #DACCDE
Tints of Titan White #DACCDE
RGB
CMYK
RGB Variations
Color information
#DACCDE (or 0xDACCDE) is known color: Titan White. HEX triplet: DA, CC and DE. RGB value is (218,204,222). Sum of RGB (Red+Green+Blue) = 218+204+222=644 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.85% from 644); Green value is 204 (80.08% from 255 or 31.68% from 644); Blue value is 222 (87.11% from 255 or 34.47% from 644); Max value from RGB is 222 - color contains mainly: blue. Hex color #DACCDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACCDE is #253321. Grayscale: #D2D2D2. Windows color (decimal): -2437922 or 14601434. OLE color: 14601434.
HSL color Cylindrical-coordinate representation of color #DACCDE: hue angle of 286.67º degrees, saturation: 0.21, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DACCDE is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 204 | 222 | - |
| CMYK | 0.02 | 0.08 | 0 | 0.13 |
| HSL | 286.67º | 0.21% | 0.84% | - |
| HSV(B) | 286.67º | 0.08% | 0.87% | - |
| XYZ | 63.69 | 63.37 | 77.98 | - |
| YUV | 210.24 | 134.64 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 204 | 222 | 0.02 | 0.08 | 0 | 0.13 | 286.67 | 0.21 | 0.84 |
| Hex | DA | CC | DE | 2 | 8 | 0 | D | 11F | 15 | 54 |
| Octal | 332 | 314 | 336 | 2 | 10 | 0 | 15 | 437 | 25 | 124 |
| Binary | 11011010 | 11001100 | 11011110 | 10 | 1000 | 0 | 1101 | 100011111 | 10101 | 1010100 |
Color Harmonies of #DACCDE
Complementary color
Monochromatic Colors of #DACCDE
Black with #DACCDE
Text Example
Text Example
White with #DACCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACCDE; }
p { color: rgb(218,204,222); }
H1.HeaderClassName
{
color: #DACCDE;
}
.AnyTagClassName
{
color: #DACCDE;
}
</style>
background-color css
<style>
a { background-color: #DACCDE; }
a { background-color: rgb(218,204,222); }
div.DivClassName
{
background-color: #DACCDE;
}
.BgClassName
{
background-color: #DACCDE;
}
</style>
border-color css
<style>
span { border-color: #DACCDE; }
span { border-color: rgb(218,204,222); }
td.TdClassName
{
border-color: #DACCDE;
}
.TagClassName
{
border-color: #DACCDE;
}
</style>