Shades of Titan White #D5D2D7
Tints of Titan White #D5D2D7
RGB
CMYK
RGB Variations
Color information
#D5D2D7 (or 0xD5D2D7) is known color: Titan White. HEX triplet: D5, D2 and D7. RGB value is (213,210,215). Sum of RGB (Red+Green+Blue) = 213+210+215=638 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.39% from 638); Green value is 210 (82.42% from 255 or 32.92% from 638); Blue value is 215 (84.38% from 255 or 33.70% from 638); Max value from RGB is 215 - color contains mainly: blue. Hex color #D5D2D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5D2D7 is #2A2D28. Grayscale: #D3D3D3. Windows color (decimal): -2764073 or 14144213. OLE color: 14144213.
HSL color Cylindrical-coordinate representation of color #D5D2D7: hue angle of 276º degrees, saturation: 0.06, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #D5D2D7 is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 213 | 210 | 215 | - |
CMYK | 0.01 | 0.02 | 0 | 0.16 |
HSL | 276º | 0.06% | 0.83% | - |
HSV(B) | 276º | 0.02% | 0.84% | - |
XYZ | 62.75 | 65.15 | 73.56 | - |
YUV | 211.47 | 129.99 | 129.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 210 | 215 | 0.01 | 0.02 | 0 | 0.16 | 276 | 0.06 | 0.83 |
Hex | D5 | D2 | D7 | 1 | 2 | 0 | 10 | 114 | 6 | 53 |
Octal | 325 | 322 | 327 | 1 | 2 | 0 | 20 | 424 | 6 | 123 |
Binary | 11010101 | 11010010 | 11010111 | 1 | 10 | 0 | 10000 | 100010100 | 110 | 1010011 |
Color Harmonies of #D5D2D7
Complementary color
Monochromatic Colors of #D5D2D7
Black with #D5D2D7
Text Example
Text Example
White with #D5D2D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D2D7; }
p { color: rgb(213,210,215); }
H1.HeaderClassName
{
color: #D5D2D7;
}
.AnyTagClassName
{
color: #D5D2D7;
}
</style>
background-color css
<style>
a { background-color: #D5D2D7; }
a { background-color: rgb(213,210,215); }
div.DivClassName
{
background-color: #D5D2D7;
}
.BgClassName
{
background-color: #D5D2D7;
}
</style>
border-color css
<style>
span { border-color: #D5D2D7; }
span { border-color: rgb(213,210,215); }
td.TdClassName
{
border-color: #D5D2D7;
}
.TagClassName
{
border-color: #D5D2D7;
}
</style>