Shades of Titan White #D5CED7
Tints of Titan White #D5CED7
RGB
CMYK
RGB Variations
Color information
#D5CED7 (or 0xD5CED7) is known color: Titan White. HEX triplet: D5, CE and D7. RGB value is (213,206,215). Sum of RGB (Red+Green+Blue) = 213+206+215=634 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.60% from 634); Green value is 206 (80.86% from 255 or 32.49% from 634); Blue value is 215 (84.38% from 255 or 33.91% from 634); Max value from RGB is 215 - color contains mainly: blue. Hex color #D5CED7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CED7 is #2A3128. Grayscale: #D1D1D1. Windows color (decimal): -2765097 or 14143189. OLE color: 14143189.
HSL color Cylindrical-coordinate representation of color #D5CED7: hue angle of 286.67º degrees, saturation: 0.1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D5CED7 is Cyan = 0.01, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 206 | 215 | - |
| CMYK | 0.01 | 0.04 | 0 | 0.16 |
| HSL | 286.67º | 0.1% | 0.83% | - |
| HSV(B) | 286.67º | 0.04% | 0.84% | - |
| XYZ | 61.78 | 63.2 | 73.23 | - |
| YUV | 209.12 | 131.32 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 206 | 215 | 0.01 | 0.04 | 0 | 0.16 | 286.67 | 0.1 | 0.83 |
| Hex | D5 | CE | D7 | 1 | 4 | 0 | 10 | 11F | A | 53 |
| Octal | 325 | 316 | 327 | 1 | 4 | 0 | 20 | 437 | 12 | 123 |
| Binary | 11010101 | 11001110 | 11010111 | 1 | 100 | 0 | 10000 | 100011111 | 1010 | 1010011 |
Color Harmonies of #D5CED7
Complementary color
Monochromatic Colors of #D5CED7
Black with #D5CED7
Text Example
Text Example
White with #D5CED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CED7; }
p { color: rgb(213,206,215); }
H1.HeaderClassName
{
color: #D5CED7;
}
.AnyTagClassName
{
color: #D5CED7;
}
</style>
background-color css
<style>
a { background-color: #D5CED7; }
a { background-color: rgb(213,206,215); }
div.DivClassName
{
background-color: #D5CED7;
}
.BgClassName
{
background-color: #D5CED7;
}
</style>
border-color css
<style>
span { border-color: #D5CED7; }
span { border-color: rgb(213,206,215); }
td.TdClassName
{
border-color: #D5CED7;
}
.TagClassName
{
border-color: #D5CED7;
}
</style>