Shades of Titan White #D3CAD9
Tints of Titan White #D3CAD9
RGB
CMYK
RGB Variations
Color information
#D3CAD9 (or 0xD3CAD9) is known color: Titan White. HEX triplet: D3, CA and D9. RGB value is (211,202,217). Sum of RGB (Red+Green+Blue) = 211+202+217=630 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.49% from 630); Green value is 202 (79.30% from 255 or 32.06% 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 #D3CAD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3CAD9 is #2C3526. Grayscale: #CECECE. Windows color (decimal): -2897191 or 14273235. OLE color: 14273235.
HSL color Cylindrical-coordinate representation of color #D3CAD9: hue angle of 276º degrees, saturation: 0.16, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D3CAD9 is Cyan = 0.03, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 211 | 202 | 217 | - |
CMYK | 0.03 | 0.07 | 0 | 0.15 |
HSL | 276º | 0.16% | 0.82% | - |
HSV(B) | 276º | 0.07% | 0.85% | - |
XYZ | 60.51 | 61.1 | 74.25 | - |
YUV | 206.4 | 133.98 | 131.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 211 | 202 | 217 | 0.03 | 0.07 | 0 | 0.15 | 276 | 0.16 | 0.82 |
Hex | D3 | CA | D9 | 3 | 7 | 0 | F | 114 | 10 | 52 |
Octal | 323 | 312 | 331 | 3 | 7 | 0 | 17 | 424 | 20 | 122 |
Binary | 11010011 | 11001010 | 11011001 | 11 | 111 | 0 | 1111 | 100010100 | 10000 | 1010010 |
Color Harmonies of #D3CAD9
Complementary color
Monochromatic Colors of #D3CAD9
Black with #D3CAD9
Text Example
Text Example
White with #D3CAD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CAD9; }
p { color: rgb(211,202,217); }
H1.HeaderClassName
{
color: #D3CAD9;
}
.AnyTagClassName
{
color: #D3CAD9;
}
</style>
background-color css
<style>
a { background-color: #D3CAD9; }
a { background-color: rgb(211,202,217); }
div.DivClassName
{
background-color: #D3CAD9;
}
.BgClassName
{
background-color: #D3CAD9;
}
</style>
border-color css
<style>
span { border-color: #D3CAD9; }
span { border-color: rgb(211,202,217); }
td.TdClassName
{
border-color: #D3CAD9;
}
.TagClassName
{
border-color: #D3CAD9;
}
</style>