Shades of Titan White #D4C4DD
Tints of Titan White #D4C4DD
RGB
CMYK
RGB Variations
Color information
#D4C4DD (or 0xD4C4DD) is known color: Titan White. HEX triplet: D4, C4 and DD. RGB value is (212,196,221). Sum of RGB (Red+Green+Blue) = 212+196+221=629 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.70% from 629); Green value is 196 (76.95% from 255 or 31.16% from 629); Blue value is 221 (86.72% from 255 or 35.14% from 629); Max value from RGB is 221 - color contains mainly: blue. Hex color #D4C4DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4C4DD is #2B3B22. Grayscale: #CBCBCB. Windows color (decimal): -2833187 or 14533844. OLE color: 14533844.
HSL color Cylindrical-coordinate representation of color #D4C4DD: hue angle of 278.4º degrees, saturation: 0.27, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D4C4DD is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 212 | 196 | 221 | - |
CMYK | 0.04 | 0.11 | 0 | 0.13 |
HSL | 278.4º | 0.27% | 0.82% | - |
HSV(B) | 278.4º | 0.11% | 0.87% | - |
XYZ | 59.94 | 58.7 | 76.58 | - |
YUV | 203.63 | 137.8 | 133.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 196 | 221 | 0.04 | 0.11 | 0 | 0.13 | 278.4 | 0.27 | 0.82 |
Hex | D4 | C4 | DD | 4 | B | 0 | D | 116 | 1B | 52 |
Octal | 324 | 304 | 335 | 4 | 13 | 0 | 15 | 426 | 33 | 122 |
Binary | 11010100 | 11000100 | 11011101 | 100 | 1011 | 0 | 1101 | 100010110 | 11011 | 1010010 |
Color Harmonies of #D4C4DD
Complementary color
Monochromatic Colors of #D4C4DD
Black with #D4C4DD
Text Example
Text Example
White with #D4C4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C4DD; }
p { color: rgb(212,196,221); }
H1.HeaderClassName
{
color: #D4C4DD;
}
.AnyTagClassName
{
color: #D4C4DD;
}
</style>
background-color css
<style>
a { background-color: #D4C4DD; }
a { background-color: rgb(212,196,221); }
div.DivClassName
{
background-color: #D4C4DD;
}
.BgClassName
{
background-color: #D4C4DD;
}
</style>
border-color css
<style>
span { border-color: #D4C4DD; }
span { border-color: rgb(212,196,221); }
td.TdClassName
{
border-color: #D4C4DD;
}
.TagClassName
{
border-color: #D4C4DD;
}
</style>