Shades of Titan White #D5D1D7
Tints of Titan White #D5D1D7
RGB
CMYK
RGB Variations
Color information
#D5D1D7 (or 0xD5D1D7) is known color: Titan White. HEX triplet: D5, D1 and D7. RGB value is (213,209,215). Sum of RGB (Red+Green+Blue) = 213+209+215=637 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.44% from 637); Green value is 209 (82.03% from 255 or 32.81% from 637); Blue value is 215 (84.38% from 255 or 33.75% from 637); Max value from RGB is 215 - color contains mainly: blue. Hex color #D5D1D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5D1D7 is #2A2E28. Grayscale: #D2D2D2. Windows color (decimal): -2764329 or 14143957. OLE color: 14143957.
HSL color Cylindrical-coordinate representation of color #D5D1D7: hue angle of 280º degrees, saturation: 0.07, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D5D1D7 is Cyan = 0.01, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 213 | 209 | 215 | - |
CMYK | 0.01 | 0.03 | 0 | 0.16 |
HSL | 280º | 0.07% | 0.83% | - |
HSV(B) | 280º | 0.03% | 0.84% | - |
XYZ | 62.51 | 64.65 | 73.47 | - |
YUV | 210.88 | 130.33 | 129.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 209 | 215 | 0.01 | 0.03 | 0 | 0.16 | 280 | 0.07 | 0.83 |
Hex | D5 | D1 | D7 | 1 | 3 | 0 | 10 | 118 | 7 | 53 |
Octal | 325 | 321 | 327 | 1 | 3 | 0 | 20 | 430 | 7 | 123 |
Binary | 11010101 | 11010001 | 11010111 | 1 | 11 | 0 | 10000 | 100011000 | 111 | 1010011 |
Color Harmonies of #D5D1D7
Complementary color
Monochromatic Colors of #D5D1D7
Black with #D5D1D7
Text Example
Text Example
White with #D5D1D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D1D7; }
p { color: rgb(213,209,215); }
H1.HeaderClassName
{
color: #D5D1D7;
}
.AnyTagClassName
{
color: #D5D1D7;
}
</style>
background-color css
<style>
a { background-color: #D5D1D7; }
a { background-color: rgb(213,209,215); }
div.DivClassName
{
background-color: #D5D1D7;
}
.BgClassName
{
background-color: #D5D1D7;
}
</style>
border-color css
<style>
span { border-color: #D5D1D7; }
span { border-color: rgb(213,209,215); }
td.TdClassName
{
border-color: #D5D1D7;
}
.TagClassName
{
border-color: #D5D1D7;
}
</style>