Shades of Titan White #D9C4E5
Tints of Titan White #D9C4E5
RGB
CMYK
RGB Variations
Color information
#D9C4E5 (or 0xD9C4E5) is known color: Titan White. HEX triplet: D9, C4 and E5. RGB value is (217,196,229). Sum of RGB (Red+Green+Blue) = 217+196+229=642 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.80% from 642); Green value is 196 (76.95% from 255 or 30.53% from 642); Blue value is 229 (89.84% from 255 or 35.67% from 642); Max value from RGB is 229 - color contains mainly: blue. Hex color #D9C4E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C4E5 is #263B1A. Grayscale: #CDCDCD. Windows color (decimal): -2505499 or 15058137. OLE color: 15058137.
HSL color Cylindrical-coordinate representation of color #D9C4E5: hue angle of 278.18º degrees, saturation: 0.39, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D9C4E5 is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 217 | 196 | 229 | - |
| CMYK | 0.05 | 0.14 | 0 | 0.10 |
| HSL | 278.18º | 0.39% | 0.83% | - |
| HSV(B) | 278.18º | 0.14% | 0.9% | - |
| XYZ | 62.5 | 59.89 | 82.39 | - |
| YUV | 206.04 | 140.96 | 135.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 196 | 229 | 0.05 | 0.14 | 0 | 0.10 | 278.18 | 0.39 | 0.83 |
| Hex | D9 | C4 | E5 | 5 | E | 0 | A | 116 | 27 | 53 |
| Octal | 331 | 304 | 345 | 5 | 16 | 0 | 12 | 426 | 47 | 123 |
| Binary | 11011001 | 11000100 | 11100101 | 101 | 1110 | 0 | 1010 | 100010110 | 100111 | 1010011 |
Color Harmonies of #D9C4E5
Complementary color
Monochromatic Colors of #D9C4E5
Black with #D9C4E5
Text Example
Text Example
White with #D9C4E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C4E5; }
p { color: rgb(217,196,229); }
H1.HeaderClassName
{
color: #D9C4E5;
}
.AnyTagClassName
{
color: #D9C4E5;
}
</style>
background-color css
<style>
a { background-color: #D9C4E5; }
a { background-color: rgb(217,196,229); }
div.DivClassName
{
background-color: #D9C4E5;
}
.BgClassName
{
background-color: #D9C4E5;
}
</style>
border-color css
<style>
span { border-color: #D9C4E5; }
span { border-color: rgb(217,196,229); }
td.TdClassName
{
border-color: #D9C4E5;
}
.TagClassName
{
border-color: #D9C4E5;
}
</style>