Shades of Titan White #D7C2E1
Tints of Titan White #D7C2E1
RGB
CMYK
RGB Variations
Color information
#D7C2E1 (or 0xD7C2E1) is known color: Titan White. HEX triplet: D7, C2 and E1. RGB value is (215,194,225). Sum of RGB (Red+Green+Blue) = 215+194+225=634 (83% of max value = 765). Red value is 215 (84.38% from 255 or 33.91% from 634); Green value is 194 (76.17% from 255 or 30.60% from 634); Blue value is 225 (88.28% from 255 or 35.49% from 634); Max value from RGB is 225 - color contains mainly: blue. Hex color #D7C2E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7C2E1 is #283D1E. Grayscale: #CBCBCB. Windows color (decimal): -2637087 or 14795479. OLE color: 14795479.
HSL color Cylindrical-coordinate representation of color #D7C2E1: hue angle of 280.65º degrees, saturation: 0.34, 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 #D7C2E1 is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 215 | 194 | 225 | - |
| CMYK | 0.04 | 0.14 | 0 | 0.12 |
| HSL | 280.65º | 0.34% | 0.82% | - |
| HSV(B) | 280.65º | 0.14% | 0.88% | - |
| XYZ | 60.91 | 58.47 | 79.31 | - |
| YUV | 203.81 | 139.96 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 194 | 225 | 0.04 | 0.14 | 0 | 0.12 | 280.65 | 0.34 | 0.82 |
| Hex | D7 | C2 | E1 | 4 | E | 0 | C | 119 | 22 | 52 |
| Octal | 327 | 302 | 341 | 4 | 16 | 0 | 14 | 431 | 42 | 122 |
| Binary | 11010111 | 11000010 | 11100001 | 100 | 1110 | 0 | 1100 | 100011001 | 100010 | 1010010 |
Color Harmonies of #D7C2E1
Complementary color
Monochromatic Colors of #D7C2E1
Black with #D7C2E1
Text Example
Text Example
White with #D7C2E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C2E1; }
p { color: rgb(215,194,225); }
H1.HeaderClassName
{
color: #D7C2E1;
}
.AnyTagClassName
{
color: #D7C2E1;
}
</style>
background-color css
<style>
a { background-color: #D7C2E1; }
a { background-color: rgb(215,194,225); }
div.DivClassName
{
background-color: #D7C2E1;
}
.BgClassName
{
background-color: #D7C2E1;
}
</style>
border-color css
<style>
span { border-color: #D7C2E1; }
span { border-color: rgb(215,194,225); }
td.TdClassName
{
border-color: #D7C2E1;
}
.TagClassName
{
border-color: #D7C2E1;
}
</style>