Shades of Thistle #D3CAD5
Tints of Thistle #D3CAD5
RGB
CMYK
RGB Variations
Color information
#D3CAD5 (or 0xD3CAD5) is known color: Thistle. HEX triplet: D3, CA and D5. RGB value is (211,202,213). Sum of RGB (Red+Green+Blue) = 211+202+213=626 (82% of max value = 765). Red value is 211 (82.81% from 255 or 33.71% from 626); Green value is 202 (79.30% from 255 or 32.27% from 626); Blue value is 213 (83.59% from 255 or 34.03% from 626); Max value from RGB is 213 - color contains mainly: blue. Hex color #D3CAD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3CAD5 is #2C352A. Grayscale: #CDCDCD. Windows color (decimal): -2897195 or 14011091. OLE color: 14011091.
HSL color Cylindrical-coordinate representation of color #D3CAD5: hue angle of 289.09º degrees, saturation: 0.12, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D3CAD5 is Cyan = 0.01, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 211 | 202 | 213 | - |
CMYK | 0.01 | 0.05 | 0 | 0.16 |
HSL | 289.09º | 0.12% | 0.81% | - |
HSV(B) | 289.09º | 0.05% | 0.84% | - |
XYZ | 59.99 | 60.89 | 71.54 | - |
YUV | 205.95 | 131.98 | 131.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 211 | 202 | 213 | 0.01 | 0.05 | 0 | 0.16 | 289.09 | 0.12 | 0.81 |
Hex | D3 | CA | D5 | 1 | 5 | 0 | 10 | 121 | C | 51 |
Octal | 323 | 312 | 325 | 1 | 5 | 0 | 20 | 441 | 14 | 121 |
Binary | 11010011 | 11001010 | 11010101 | 1 | 101 | 0 | 10000 | 100100001 | 1100 | 1010001 |
Color Harmonies of #D3CAD5
Complementary color
Monochromatic Colors of #D3CAD5
Black with #D3CAD5
Text Example
Text Example
White with #D3CAD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CAD5; }
p { color: rgb(211,202,213); }
H1.HeaderClassName
{
color: #D3CAD5;
}
.AnyTagClassName
{
color: #D3CAD5;
}
</style>
background-color css
<style>
a { background-color: #D3CAD5; }
a { background-color: rgb(211,202,213); }
div.DivClassName
{
background-color: #D3CAD5;
}
.BgClassName
{
background-color: #D3CAD5;
}
</style>
border-color css
<style>
span { border-color: #D3CAD5; }
span { border-color: rgb(211,202,213); }
td.TdClassName
{
border-color: #D3CAD5;
}
.TagClassName
{
border-color: #D3CAD5;
}
</style>