Shades of Titan White #D3C8D9
Tints of Titan White #D3C8D9
RGB
CMYK
RGB Variations
Color information
#D3C8D9 (or 0xD3C8D9) is known color: Titan White. HEX triplet: D3, C8 and D9. RGB value is (211,200,217). Sum of RGB (Red+Green+Blue) = 211+200+217=628 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.60% from 628); Green value is 200 (78.52% from 255 or 31.85% from 628); Blue value is 217 (85.16% from 255 or 34.55% from 628); Max value from RGB is 217 - color contains mainly: blue. Hex color #D3C8D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3C8D9 is #2C3726. Grayscale: #CDCDCD. Windows color (decimal): -2897703 or 14272723. OLE color: 14272723.
HSL color Cylindrical-coordinate representation of color #D3C8D9: hue angle of 278.82º degrees, saturation: 0.18, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D3C8D9 is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 211 | 200 | 217 | - |
CMYK | 0.03 | 0.08 | 0 | 0.15 |
HSL | 278.82º | 0.18% | 0.82% | - |
HSV(B) | 278.82º | 0.08% | 0.85% | - |
XYZ | 60.04 | 60.17 | 74.09 | - |
YUV | 205.23 | 134.64 | 132.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 211 | 200 | 217 | 0.03 | 0.08 | 0 | 0.15 | 278.82 | 0.18 | 0.82 |
Hex | D3 | C8 | D9 | 3 | 8 | 0 | F | 117 | 12 | 52 |
Octal | 323 | 310 | 331 | 3 | 10 | 0 | 17 | 427 | 22 | 122 |
Binary | 11010011 | 11001000 | 11011001 | 11 | 1000 | 0 | 1111 | 100010111 | 10010 | 1010010 |
Color Harmonies of #D3C8D9
Complementary color
Monochromatic Colors of #D3C8D9
Black with #D3C8D9
Text Example
Text Example
White with #D3C8D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C8D9; }
p { color: rgb(211,200,217); }
H1.HeaderClassName
{
color: #D3C8D9;
}
.AnyTagClassName
{
color: #D3C8D9;
}
</style>
background-color css
<style>
a { background-color: #D3C8D9; }
a { background-color: rgb(211,200,217); }
div.DivClassName
{
background-color: #D3C8D9;
}
.BgClassName
{
background-color: #D3C8D9;
}
</style>
border-color css
<style>
span { border-color: #D3C8D9; }
span { border-color: rgb(211,200,217); }
td.TdClassName
{
border-color: #D3C8D9;
}
.TagClassName
{
border-color: #D3C8D9;
}
</style>