Shades of Titan White #D4CFD9
Tints of Titan White #D4CFD9
RGB
CMYK
RGB Variations
Color information
#D4CFD9 (or 0xD4CFD9) is known color: Titan White. HEX triplet: D4, CF and D9. RGB value is (212,207,217). Sum of RGB (Red+Green+Blue) = 212+207+217=636 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.33% from 636); Green value is 207 (81.25% from 255 or 32.55% from 636); Blue value is 217 (85.16% from 255 or 34.12% from 636); Max value from RGB is 217 - color contains mainly: blue. Hex color #D4CFD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4CFD9 is #2B3026. Grayscale: #D1D1D1. Windows color (decimal): -2830375 or 14274516. OLE color: 14274516.
HSL color Cylindrical-coordinate representation of color #D4CFD9: hue angle of 270º degrees, saturation: 0.12, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D4CFD9 is Cyan = 0.02, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 212 | 207 | 217 | - |
CMYK | 0.02 | 0.05 | 0 | 0.15 |
HSL | 270º | 0.12% | 0.83% | - |
HSV(B) | 270º | 0.05% | 0.85% | - |
XYZ | 61.99 | 63.63 | 74.66 | - |
YUV | 209.64 | 132.16 | 129.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 207 | 217 | 0.02 | 0.05 | 0 | 0.15 | 270 | 0.12 | 0.83 |
Hex | D4 | CF | D9 | 2 | 5 | 0 | F | 10E | C | 53 |
Octal | 324 | 317 | 331 | 2 | 5 | 0 | 17 | 416 | 14 | 123 |
Binary | 11010100 | 11001111 | 11011001 | 10 | 101 | 0 | 1111 | 100001110 | 1100 | 1010011 |
Color Harmonies of #D4CFD9
Complementary color
Monochromatic Colors of #D4CFD9
Black with #D4CFD9
Text Example
Text Example
White with #D4CFD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CFD9; }
p { color: rgb(212,207,217); }
H1.HeaderClassName
{
color: #D4CFD9;
}
.AnyTagClassName
{
color: #D4CFD9;
}
</style>
background-color css
<style>
a { background-color: #D4CFD9; }
a { background-color: rgb(212,207,217); }
div.DivClassName
{
background-color: #D4CFD9;
}
.BgClassName
{
background-color: #D4CFD9;
}
</style>
border-color css
<style>
span { border-color: #D4CFD9; }
span { border-color: rgb(212,207,217); }
td.TdClassName
{
border-color: #D4CFD9;
}
.TagClassName
{
border-color: #D4CFD9;
}
</style>