Shades of Titan White #D9CFE1
Tints of Titan White #D9CFE1
RGB
CMYK
RGB Variations
Color information
#D9CFE1 (or 0xD9CFE1) is known color: Titan White. HEX triplet: D9, CF and E1. RGB value is (217,207,225). Sum of RGB (Red+Green+Blue) = 217+207+225=649 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.44% from 649); Green value is 207 (81.25% from 255 or 31.90% from 649); Blue value is 225 (88.28% from 255 or 34.67% from 649); Max value from RGB is 225 - color contains mainly: blue. Hex color #D9CFE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CFE1 is #26301E. Grayscale: #D3D3D3. Windows color (decimal): -2502687 or 14798809. OLE color: 14798809.
HSL color Cylindrical-coordinate representation of color #D9CFE1: hue angle of 273.33º degrees, saturation: 0.23, 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 #D9CFE1 is Cyan = 0.04, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 217 | 207 | 225 | - |
| CMYK | 0.04 | 0.08 | 0 | 0.12 |
| HSL | 273.33º | 0.23% | 0.85% | - |
| HSV(B) | 273.33º | 0.08% | 0.88% | - |
| XYZ | 64.52 | 64.81 | 80.34 | - |
| YUV | 212.04 | 135.31 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 207 | 225 | 0.04 | 0.08 | 0 | 0.12 | 273.33 | 0.23 | 0.85 |
| Hex | D9 | CF | E1 | 4 | 8 | 0 | C | 111 | 17 | 55 |
| Octal | 331 | 317 | 341 | 4 | 10 | 0 | 14 | 421 | 27 | 125 |
| Binary | 11011001 | 11001111 | 11100001 | 100 | 1000 | 0 | 1100 | 100010001 | 10111 | 1010101 |
Color Harmonies of #D9CFE1
Complementary color
Monochromatic Colors of #D9CFE1
Black with #D9CFE1
Text Example
Text Example
White with #D9CFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CFE1; }
p { color: rgb(217,207,225); }
H1.HeaderClassName
{
color: #D9CFE1;
}
.AnyTagClassName
{
color: #D9CFE1;
}
</style>
background-color css
<style>
a { background-color: #D9CFE1; }
a { background-color: rgb(217,207,225); }
div.DivClassName
{
background-color: #D9CFE1;
}
.BgClassName
{
background-color: #D9CFE1;
}
</style>
border-color css
<style>
span { border-color: #D9CFE1; }
span { border-color: rgb(217,207,225); }
td.TdClassName
{
border-color: #D9CFE1;
}
.TagClassName
{
border-color: #D9CFE1;
}
</style>