Shades of Titan White #D3CDD5
Tints of Titan White #D3CDD5
RGB
CMYK
RGB Variations
Color information
#D3CDD5 (or 0xD3CDD5) is known color: Titan White. HEX triplet: D3, CD and D5. RGB value is (211,205,213). Sum of RGB (Red+Green+Blue) = 211+205+213=629 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.55% from 629); Green value is 205 (80.47% from 255 or 32.59% from 629); Blue value is 213 (83.59% from 255 or 33.86% from 629); Max value from RGB is 213 - color contains mainly: blue. Hex color #D3CDD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3CDD5 is #2C322A. Grayscale: #CFCFCF. Windows color (decimal): -2896427 or 14011859. OLE color: 14011859.
HSL color Cylindrical-coordinate representation of color #D3CDD5: hue angle of 285º degrees, saturation: 0.09, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D3CDD5 is Cyan = 0.01, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 211 | 205 | 213 | - |
CMYK | 0.01 | 0.04 | 0 | 0.16 |
HSL | 285º | 0.09% | 0.82% | - |
HSV(B) | 285º | 0.04% | 0.84% | - |
XYZ | 60.71 | 62.32 | 71.78 | - |
YUV | 207.71 | 130.99 | 130.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 211 | 205 | 213 | 0.01 | 0.04 | 0 | 0.16 | 285 | 0.09 | 0.82 |
Hex | D3 | CD | D5 | 1 | 4 | 0 | 10 | 11D | 9 | 52 |
Octal | 323 | 315 | 325 | 1 | 4 | 0 | 20 | 435 | 11 | 122 |
Binary | 11010011 | 11001101 | 11010101 | 1 | 100 | 0 | 10000 | 100011101 | 1001 | 1010010 |
Color Harmonies of #D3CDD5
Complementary color
Monochromatic Colors of #D3CDD5
Black with #D3CDD5
Text Example
Text Example
White with #D3CDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CDD5; }
p { color: rgb(211,205,213); }
H1.HeaderClassName
{
color: #D3CDD5;
}
.AnyTagClassName
{
color: #D3CDD5;
}
</style>
background-color css
<style>
a { background-color: #D3CDD5; }
a { background-color: rgb(211,205,213); }
div.DivClassName
{
background-color: #D3CDD5;
}
.BgClassName
{
background-color: #D3CDD5;
}
</style>
border-color css
<style>
span { border-color: #D3CDD5; }
span { border-color: rgb(211,205,213); }
td.TdClassName
{
border-color: #D3CDD5;
}
.TagClassName
{
border-color: #D3CDD5;
}
</style>