Shades of Titan White #D9CAE4
Tints of Titan White #D9CAE4
RGB
CMYK
RGB Variations
Color information
#D9CAE4 (or 0xD9CAE4) is known color: Titan White. HEX triplet: D9, CA and E4. RGB value is (217,202,228). Sum of RGB (Red+Green+Blue) = 217+202+228=647 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.54% from 647); Green value is 202 (79.30% from 255 or 31.22% from 647); Blue value is 228 (89.45% from 255 or 35.24% from 647); Max value from RGB is 228 - color contains mainly: blue. Hex color #D9CAE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CAE4 is #26351B. Grayscale: #D1D1D1. Windows color (decimal): -2503964 or 14994137. OLE color: 14994137.
HSL color Cylindrical-coordinate representation of color #D9CAE4: hue angle of 274.62º degrees, saturation: 0.32, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D9CAE4 is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 217 | 202 | 228 | - |
| CMYK | 0.05 | 0.11 | 0 | 0.11 |
| HSL | 274.62º | 0.33% | 0.84% | - |
| HSV(B) | 274.62º | 0.11% | 0.89% | - |
| XYZ | 63.74 | 62.59 | 82.12 | - |
| YUV | 209.45 | 138.47 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 202 | 228 | 0.05 | 0.11 | 0 | 0.11 | 274.62 | 0.33 | 0.84 |
| Hex | D9 | CA | E4 | 5 | B | 0 | B | 113 | 20 | 54 |
| Octal | 331 | 312 | 344 | 5 | 13 | 0 | 13 | 423 | 40 | 124 |
| Binary | 11011001 | 11001010 | 11100100 | 101 | 1011 | 0 | 1011 | 100010011 | 100000 | 1010100 |
Color Harmonies of #D9CAE4
Complementary color
Monochromatic Colors of #D9CAE4
Black with #D9CAE4
Text Example
Text Example
White with #D9CAE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CAE4; }
p { color: rgb(217,202,228); }
H1.HeaderClassName
{
color: #D9CAE4;
}
.AnyTagClassName
{
color: #D9CAE4;
}
</style>
background-color css
<style>
a { background-color: #D9CAE4; }
a { background-color: rgb(217,202,228); }
div.DivClassName
{
background-color: #D9CAE4;
}
.BgClassName
{
background-color: #D9CAE4;
}
</style>
border-color css
<style>
span { border-color: #D9CAE4; }
span { border-color: rgb(217,202,228); }
td.TdClassName
{
border-color: #D9CAE4;
}
.TagClassName
{
border-color: #D9CAE4;
}
</style>