Shades of Titan White #D5C8D9
Tints of Titan White #D5C8D9
RGB
CMYK
RGB Variations
Color information
#D5C8D9 (or 0xD5C8D9) is known color: Titan White. HEX triplet: D5, C8 and D9. RGB value is (213,200,217). Sum of RGB (Red+Green+Blue) = 213+200+217=630 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.81% from 630); Green value is 200 (78.52% from 255 or 31.75% from 630); Blue value is 217 (85.16% from 255 or 34.44% from 630); Max value from RGB is 217 - color contains mainly: blue. Hex color #D5C8D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5C8D9 is #2A3726. Grayscale: #CDCDCD. Windows color (decimal): -2766631 or 14272725. OLE color: 14272725.
HSL color Cylindrical-coordinate representation of color #D5C8D9: hue angle of 285.88º 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 #D5C8D9 is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 213 | 200 | 217 | - |
CMYK | 0.02 | 0.08 | 0 | 0.15 |
HSL | 285.88º | 0.18% | 0.82% | - |
HSV(B) | 285.88º | 0.08% | 0.85% | - |
XYZ | 60.62 | 60.46 | 74.12 | - |
YUV | 205.83 | 134.31 | 133.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 200 | 217 | 0.02 | 0.08 | 0 | 0.15 | 285.88 | 0.18 | 0.82 |
Hex | D5 | C8 | D9 | 2 | 8 | 0 | F | 11E | 12 | 52 |
Octal | 325 | 310 | 331 | 2 | 10 | 0 | 17 | 436 | 22 | 122 |
Binary | 11010101 | 11001000 | 11011001 | 10 | 1000 | 0 | 1111 | 100011110 | 10010 | 1010010 |
Color Harmonies of #D5C8D9
Complementary color
Monochromatic Colors of #D5C8D9
Black with #D5C8D9
Text Example
Text Example
White with #D5C8D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C8D9; }
p { color: rgb(213,200,217); }
H1.HeaderClassName
{
color: #D5C8D9;
}
.AnyTagClassName
{
color: #D5C8D9;
}
</style>
background-color css
<style>
a { background-color: #D5C8D9; }
a { background-color: rgb(213,200,217); }
div.DivClassName
{
background-color: #D5C8D9;
}
.BgClassName
{
background-color: #D5C8D9;
}
</style>
border-color css
<style>
span { border-color: #D5C8D9; }
span { border-color: rgb(213,200,217); }
td.TdClassName
{
border-color: #D5C8D9;
}
.TagClassName
{
border-color: #D5C8D9;
}
</style>