Shades of Titan White #D6C7E0
Tints of Titan White #D6C7E0
RGB
CMYK
RGB Variations
Color information
#D6C7E0 (or 0xD6C7E0) is known color: Titan White. HEX triplet: D6, C7 and E0. RGB value is (214,199,224). Sum of RGB (Red+Green+Blue) = 214+199+224=637 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.59% from 637); Green value is 199 (78.12% from 255 or 31.24% from 637); Blue value is 224 (87.89% from 255 or 35.16% from 637); Max value from RGB is 224 - color contains mainly: blue. Hex color #D6C7E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C7E0 is #29381F. Grayscale: #CECECE. Windows color (decimal): -2701344 or 14731222. OLE color: 14731222.
HSL color Cylindrical-coordinate representation of color #D6C7E0: hue angle of 276º degrees, saturation: 0.29, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D6C7E0 is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 214 | 199 | 224 | - |
| CMYK | 0.04 | 0.11 | 0 | 0.12 |
| HSL | 276º | 0.29% | 0.83% | - |
| HSV(B) | 276º | 0.11% | 0.88% | - |
| XYZ | 61.61 | 60.52 | 78.96 | - |
| YUV | 206.34 | 137.97 | 133.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 199 | 224 | 0.04 | 0.11 | 0 | 0.12 | 276 | 0.29 | 0.83 |
| Hex | D6 | C7 | E0 | 4 | B | 0 | C | 114 | 1D | 53 |
| Octal | 326 | 307 | 340 | 4 | 13 | 0 | 14 | 424 | 35 | 123 |
| Binary | 11010110 | 11000111 | 11100000 | 100 | 1011 | 0 | 1100 | 100010100 | 11101 | 1010011 |
Color Harmonies of #D6C7E0
Complementary color
Monochromatic Colors of #D6C7E0
Black with #D6C7E0
Text Example
Text Example
White with #D6C7E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C7E0; }
p { color: rgb(214,199,224); }
H1.HeaderClassName
{
color: #D6C7E0;
}
.AnyTagClassName
{
color: #D6C7E0;
}
</style>
background-color css
<style>
a { background-color: #D6C7E0; }
a { background-color: rgb(214,199,224); }
div.DivClassName
{
background-color: #D6C7E0;
}
.BgClassName
{
background-color: #D6C7E0;
}
</style>
border-color css
<style>
span { border-color: #D6C7E0; }
span { border-color: rgb(214,199,224); }
td.TdClassName
{
border-color: #D6C7E0;
}
.TagClassName
{
border-color: #D6C7E0;
}
</style>