Shades of Titan White #D7C1E1
Tints of Titan White #D7C1E1
RGB
CMYK
RGB Variations
Color information
#D7C1E1 (or 0xD7C1E1) is known color: Titan White. HEX triplet: D7, C1 and E1. RGB value is (215,193,225). Sum of RGB (Red+Green+Blue) = 215+193+225=633 (83% of max value = 765). Red value is 215 (84.38% from 255 or 33.97% from 633); Green value is 193 (75.78% from 255 or 30.49% from 633); Blue value is 225 (88.28% from 255 or 35.55% from 633); Max value from RGB is 225 - color contains mainly: blue. Hex color #D7C1E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7C1E1 is #283E1E. Grayscale: #CBCBCB. Windows color (decimal): -2637343 or 14795223. OLE color: 14795223.
HSL color Cylindrical-coordinate representation of color #D7C1E1: hue angle of 281.25º degrees, saturation: 0.35, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D7C1E1 is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 215 | 193 | 225 | - |
| CMYK | 0.04 | 0.14 | 0 | 0.12 |
| HSL | 281.25º | 0.35% | 0.82% | - |
| HSV(B) | 281.25º | 0.14% | 0.88% | - |
| XYZ | 60.68 | 58.02 | 79.24 | - |
| YUV | 203.23 | 140.29 | 136.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 193 | 225 | 0.04 | 0.14 | 0 | 0.12 | 281.25 | 0.35 | 0.82 |
| Hex | D7 | C1 | E1 | 4 | E | 0 | C | 119 | 23 | 52 |
| Octal | 327 | 301 | 341 | 4 | 16 | 0 | 14 | 431 | 43 | 122 |
| Binary | 11010111 | 11000001 | 11100001 | 100 | 1110 | 0 | 1100 | 100011001 | 100011 | 1010010 |
Color Harmonies of #D7C1E1
Complementary color
Monochromatic Colors of #D7C1E1
Black with #D7C1E1
Text Example
Text Example
White with #D7C1E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C1E1; }
p { color: rgb(215,193,225); }
H1.HeaderClassName
{
color: #D7C1E1;
}
.AnyTagClassName
{
color: #D7C1E1;
}
</style>
background-color css
<style>
a { background-color: #D7C1E1; }
a { background-color: rgb(215,193,225); }
div.DivClassName
{
background-color: #D7C1E1;
}
.BgClassName
{
background-color: #D7C1E1;
}
</style>
border-color css
<style>
span { border-color: #D7C1E1; }
span { border-color: rgb(215,193,225); }
td.TdClassName
{
border-color: #D7C1E1;
}
.TagClassName
{
border-color: #D7C1E1;
}
</style>