Shades of Titan White #D8C4E2
Tints of Titan White #D8C4E2
RGB
CMYK
RGB Variations
Color information
#D8C4E2 (or 0xD8C4E2) is known color: Titan White. HEX triplet: D8, C4 and E2. RGB value is (216,196,226). Sum of RGB (Red+Green+Blue) = 216+196+226=638 (84% of max value = 765). Red value is 216 (84.77% from 255 or 33.86% from 638); Green value is 196 (76.95% from 255 or 30.72% from 638); Blue value is 226 (88.67% from 255 or 35.42% from 638); Max value from RGB is 226 - color contains mainly: blue. Hex color #D8C4E2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8C4E2 is #273B1D. Grayscale: #CDCDCD. Windows color (decimal): -2571038 or 14861528. OLE color: 14861528.
HSL color Cylindrical-coordinate representation of color #D8C4E2: hue angle of 280º degrees, saturation: 0.34, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D8C4E2 is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 216 | 196 | 226 | - |
| CMYK | 0.04 | 0.13 | 0 | 0.11 |
| HSL | 280º | 0.34% | 0.83% | - |
| HSV(B) | 280º | 0.13% | 0.89% | - |
| XYZ | 61.79 | 59.57 | 80.19 | - |
| YUV | 205.4 | 139.63 | 135.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 196 | 226 | 0.04 | 0.13 | 0 | 0.11 | 280 | 0.34 | 0.83 |
| Hex | D8 | C4 | E2 | 4 | D | 0 | B | 118 | 22 | 53 |
| Octal | 330 | 304 | 342 | 4 | 15 | 0 | 13 | 430 | 42 | 123 |
| Binary | 11011000 | 11000100 | 11100010 | 100 | 1101 | 0 | 1011 | 100011000 | 100010 | 1010011 |
Color Harmonies of #D8C4E2
Complementary color
Monochromatic Colors of #D8C4E2
Black with #D8C4E2
Text Example
Text Example
White with #D8C4E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C4E2; }
p { color: rgb(216,196,226); }
H1.HeaderClassName
{
color: #D8C4E2;
}
.AnyTagClassName
{
color: #D8C4E2;
}
</style>
background-color css
<style>
a { background-color: #D8C4E2; }
a { background-color: rgb(216,196,226); }
div.DivClassName
{
background-color: #D8C4E2;
}
.BgClassName
{
background-color: #D8C4E2;
}
</style>
border-color css
<style>
span { border-color: #D8C4E2; }
span { border-color: rgb(216,196,226); }
td.TdClassName
{
border-color: #D8C4E2;
}
.TagClassName
{
border-color: #D8C4E2;
}
</style>