Shades of Thistle #D5CAD3
Tints of Thistle #D5CAD3
RGB
CMYK
RGB Variations
Color information
#D5CAD3 (or 0xD5CAD3) is known color: Thistle. HEX triplet: D5, CA and D3. RGB value is (213,202,211). Sum of RGB (Red+Green+Blue) = 213+202+211=626 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.03% from 626); Green value is 202 (79.30% from 255 or 32.27% from 626); Blue value is 211 (82.81% from 255 or 33.71% from 626); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CAD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CAD3 is #2A352C. Grayscale: #CECECE. Windows color (decimal): -2766125 or 13880021. OLE color: 13880021.
HSL color Cylindrical-coordinate representation of color #D5CAD3: hue angle of 310.91º 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 #D5CAD3 is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
RGB | 213 | 202 | 211 | - |
CMYK | 0 | 0.05 | 0.01 | 0.16 |
HSL | 310.91º | 0.12% | 0.81% | - |
HSV(B) | 310.91º | 0.05% | 0.84% | - |
XYZ | 60.32 | 61.09 | 70.24 | - |
YUV | 206.32 | 130.64 | 132.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 202 | 211 | 0 | 0.05 | 0.01 | 0.16 | 310.91 | 0.12 | 0.81 |
Hex | D5 | CA | D3 | 0 | 5 | 1 | 10 | 137 | C | 51 |
Octal | 325 | 312 | 323 | 0 | 5 | 1 | 20 | 467 | 14 | 121 |
Binary | 11010101 | 11001010 | 11010011 | 0 | 101 | 1 | 10000 | 100110111 | 1100 | 1010001 |
Color Harmonies of #D5CAD3
Complementary color
Monochromatic Colors of #D5CAD3
Black with #D5CAD3
Text Example
Text Example
White with #D5CAD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CAD3; }
p { color: rgb(213,202,211); }
H1.HeaderClassName
{
color: #D5CAD3;
}
.AnyTagClassName
{
color: #D5CAD3;
}
</style>
background-color css
<style>
a { background-color: #D5CAD3; }
a { background-color: rgb(213,202,211); }
div.DivClassName
{
background-color: #D5CAD3;
}
.BgClassName
{
background-color: #D5CAD3;
}
</style>
border-color css
<style>
span { border-color: #D5CAD3; }
span { border-color: rgb(213,202,211); }
td.TdClassName
{
border-color: #D5CAD3;
}
.TagClassName
{
border-color: #D5CAD3;
}
</style>