Shades of Titan White #D4C8D9
Tints of Titan White #D4C8D9
RGB
CMYK
RGB Variations
Color information
#D4C8D9 (or 0xD4C8D9) is known color: Titan White. HEX triplet: D4, C8 and D9. RGB value is (212,200,217). Sum of RGB (Red+Green+Blue) = 212+200+217=629 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.70% from 629); Green value is 200 (78.52% from 255 or 31.80% from 629); Blue value is 217 (85.16% from 255 or 34.50% from 629); Max value from RGB is 217 - color contains mainly: blue. Hex color #D4C8D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4C8D9 is #2B3726. Grayscale: #CDCDCD. Windows color (decimal): -2832167 or 14272724. OLE color: 14272724.
HSL color Cylindrical-coordinate representation of color #D4C8D9: hue angle of 282.35º 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 #D4C8D9 is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 212 | 200 | 217 | - |
CMYK | 0.02 | 0.08 | 0 | 0.15 |
HSL | 282.35º | 0.18% | 0.82% | - |
HSV(B) | 282.35º | 0.08% | 0.85% | - |
XYZ | 60.33 | 60.32 | 74.11 | - |
YUV | 205.53 | 134.48 | 132.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 200 | 217 | 0.02 | 0.08 | 0 | 0.15 | 282.35 | 0.18 | 0.82 |
Hex | D4 | C8 | D9 | 2 | 8 | 0 | F | 11A | 12 | 52 |
Octal | 324 | 310 | 331 | 2 | 10 | 0 | 17 | 432 | 22 | 122 |
Binary | 11010100 | 11001000 | 11011001 | 10 | 1000 | 0 | 1111 | 100011010 | 10010 | 1010010 |
Color Harmonies of #D4C8D9
Complementary color
Monochromatic Colors of #D4C8D9
Black with #D4C8D9
Text Example
Text Example
White with #D4C8D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C8D9; }
p { color: rgb(212,200,217); }
H1.HeaderClassName
{
color: #D4C8D9;
}
.AnyTagClassName
{
color: #D4C8D9;
}
</style>
background-color css
<style>
a { background-color: #D4C8D9; }
a { background-color: rgb(212,200,217); }
div.DivClassName
{
background-color: #D4C8D9;
}
.BgClassName
{
background-color: #D4C8D9;
}
</style>
border-color css
<style>
span { border-color: #D4C8D9; }
span { border-color: rgb(212,200,217); }
td.TdClassName
{
border-color: #D4C8D9;
}
.TagClassName
{
border-color: #D4C8D9;
}
</style>