Shades of Titan White #D8CEE1
Tints of Titan White #D8CEE1
RGB
CMYK
RGB Variations
Color information
#D8CEE1 (or 0xD8CEE1) is known color: Titan White. HEX triplet: D8, CE and E1. RGB value is (216,206,225). Sum of RGB (Red+Green+Blue) = 216+206+225=647 (85% of max value = 765). Red value is 216 (84.77% from 255 or 33.38% from 647); Green value is 206 (80.86% from 255 or 31.84% from 647); Blue value is 225 (88.28% from 255 or 34.78% from 647); Max value from RGB is 225 - color contains mainly: blue. Hex color #D8CEE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8CEE1 is #27311E. Grayscale: #D3D3D3. Windows color (decimal): -2568479 or 14798552. OLE color: 14798552.
HSL color Cylindrical-coordinate representation of color #D8CEE1: hue angle of 271.58º degrees, saturation: 0.24, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D8CEE1 is Cyan = 0.04, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 216 | 206 | 225 | - |
| CMYK | 0.04 | 0.08 | 0 | 0.12 |
| HSL | 271.58º | 0.24% | 0.85% | - |
| HSV(B) | 271.58º | 0.08% | 0.88% | - |
| XYZ | 63.98 | 64.18 | 80.25 | - |
| YUV | 211.16 | 135.81 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 206 | 225 | 0.04 | 0.08 | 0 | 0.12 | 271.58 | 0.24 | 0.85 |
| Hex | D8 | CE | E1 | 4 | 8 | 0 | C | 110 | 18 | 55 |
| Octal | 330 | 316 | 341 | 4 | 10 | 0 | 14 | 420 | 30 | 125 |
| Binary | 11011000 | 11001110 | 11100001 | 100 | 1000 | 0 | 1100 | 100010000 | 11000 | 1010101 |
Color Harmonies of #D8CEE1
Complementary color
Monochromatic Colors of #D8CEE1
Black with #D8CEE1
Text Example
Text Example
White with #D8CEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CEE1; }
p { color: rgb(216,206,225); }
H1.HeaderClassName
{
color: #D8CEE1;
}
.AnyTagClassName
{
color: #D8CEE1;
}
</style>
background-color css
<style>
a { background-color: #D8CEE1; }
a { background-color: rgb(216,206,225); }
div.DivClassName
{
background-color: #D8CEE1;
}
.BgClassName
{
background-color: #D8CEE1;
}
</style>
border-color css
<style>
span { border-color: #D8CEE1; }
span { border-color: rgb(216,206,225); }
td.TdClassName
{
border-color: #D8CEE1;
}
.TagClassName
{
border-color: #D8CEE1;
}
</style>