Shades of Titan White #D7D3D9
Tints of Titan White #D7D3D9
RGB
CMYK
RGB Variations
Color information
#D7D3D9 (or 0xD7D3D9) is known color: Titan White. HEX triplet: D7, D3 and D9. RGB value is (215,211,217). Sum of RGB (Red+Green+Blue) = 215+211+217=643 (85% of max value = 765). Red value is 215 (84.38% from 255 or 33.44% from 643); Green value is 211 (82.81% from 255 or 32.81% from 643); Blue value is 217 (85.16% from 255 or 33.75% from 643); Max value from RGB is 217 - color contains mainly: blue. Hex color #D7D3D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7D3D9 is #282C26. Grayscale: #D4D4D4. Windows color (decimal): -2632743 or 14275543. OLE color: 14275543.
HSL color Cylindrical-coordinate representation of color #D7D3D9: hue angle of 280º degrees, saturation: 0.07, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D7D3D9 is Cyan = 0.01, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 215 | 211 | 217 | - |
CMYK | 0.01 | 0.03 | 0 | 0.15 |
HSL | 280º | 0.07% | 0.84% | - |
HSV(B) | 280º | 0.03% | 0.85% | - |
XYZ | 63.84 | 66.05 | 75.03 | - |
YUV | 212.88 | 130.33 | 129.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 215 | 211 | 217 | 0.01 | 0.03 | 0 | 0.15 | 280 | 0.07 | 0.84 |
Hex | D7 | D3 | D9 | 1 | 3 | 0 | F | 118 | 7 | 54 |
Octal | 327 | 323 | 331 | 1 | 3 | 0 | 17 | 430 | 7 | 124 |
Binary | 11010111 | 11010011 | 11011001 | 1 | 11 | 0 | 1111 | 100011000 | 111 | 1010100 |
Color Harmonies of #D7D3D9
Complementary color
Monochromatic Colors of #D7D3D9
Black with #D7D3D9
Text Example
Text Example
White with #D7D3D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D3D9; }
p { color: rgb(215,211,217); }
H1.HeaderClassName
{
color: #D7D3D9;
}
.AnyTagClassName
{
color: #D7D3D9;
}
</style>
background-color css
<style>
a { background-color: #D7D3D9; }
a { background-color: rgb(215,211,217); }
div.DivClassName
{
background-color: #D7D3D9;
}
.BgClassName
{
background-color: #D7D3D9;
}
</style>
border-color css
<style>
span { border-color: #D7D3D9; }
span { border-color: rgb(215,211,217); }
td.TdClassName
{
border-color: #D7D3D9;
}
.TagClassName
{
border-color: #D7D3D9;
}
</style>