Shades of Titan White #D7D3DA
Tints of Titan White #D7D3DA
RGB
CMYK
RGB Variations
Color information
#D7D3DA (or 0xD7D3DA) is known color: Titan White. HEX triplet: D7, D3 and DA. RGB value is (215,211,218). Sum of RGB (Red+Green+Blue) = 215+211+218=644 (85% of max value = 765). Red value is 215 (84.38% from 255 or 33.39% from 644); Green value is 211 (82.81% from 255 or 32.76% from 644); Blue value is 218 (85.55% from 255 or 33.85% from 644); Max value from RGB is 218 - color contains mainly: blue. Hex color #D7D3DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7D3DA is #282C25. Grayscale: #D4D4D4. Windows color (decimal): -2632742 or 14341079. OLE color: 14341079.
HSL color Cylindrical-coordinate representation of color #D7D3DA: hue angle of 274.29º degrees, saturation: 0.09, 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 #D7D3DA is Cyan = 0.01, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 215 | 211 | 218 | - |
CMYK | 0.01 | 0.03 | 0 | 0.15 |
HSL | 274.29º | 0.09% | 0.84% | - |
HSV(B) | 274.29º | 0.03% | 0.85% | - |
XYZ | 63.97 | 66.1 | 75.72 | - |
YUV | 212.99 | 130.83 | 129.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 215 | 211 | 218 | 0.01 | 0.03 | 0 | 0.15 | 274.29 | 0.09 | 0.84 |
Hex | D7 | D3 | DA | 1 | 3 | 0 | F | 112 | 9 | 54 |
Octal | 327 | 323 | 332 | 1 | 3 | 0 | 17 | 422 | 11 | 124 |
Binary | 11010111 | 11010011 | 11011010 | 1 | 11 | 0 | 1111 | 100010010 | 1001 | 1010100 |
Color Harmonies of #D7D3DA
Complementary color
Monochromatic Colors of #D7D3DA
Black with #D7D3DA
Text Example
Text Example
White with #D7D3DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D3DA; }
p { color: rgb(215,211,218); }
H1.HeaderClassName
{
color: #D7D3DA;
}
.AnyTagClassName
{
color: #D7D3DA;
}
</style>
background-color css
<style>
a { background-color: #D7D3DA; }
a { background-color: rgb(215,211,218); }
div.DivClassName
{
background-color: #D7D3DA;
}
.BgClassName
{
background-color: #D7D3DA;
}
</style>
border-color css
<style>
span { border-color: #D7D3DA; }
span { border-color: rgb(215,211,218); }
td.TdClassName
{
border-color: #D7D3DA;
}
.TagClassName
{
border-color: #D7D3DA;
}
</style>