Shades of Thistle #D7CAD7
Tints of Thistle #D7CAD7
RGB
CMYK
RGB Variations
Color information
#D7CAD7 (or 0xD7CAD7) is known color: Thistle. HEX triplet: D7, CA and D7. RGB value is (215,202,215). Sum of RGB (Red+Green+Blue) = 215+202+215=632 (83% of max value = 765). Red value is 215 (84.38% from 255 or 34.02% from 632); Green value is 202 (79.30% from 255 or 31.96% from 632); Blue value is 215 (84.38% from 255 or 34.02% from 632); Max value from RGB is 215 - color contains mainly: red, blue. Hex color #D7CAD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7CAD7 is #283528. Grayscale: #CFCFCF. Windows color (decimal): -2635049 or 14142167. OLE color: 14142167.
HSL color Cylindrical-coordinate representation of color #D7CAD7: hue angle of 300º degrees, saturation: 0.14, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D7CAD7 is Cyan = 0, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 215 | 202 | 215 | - |
CMYK | 0 | 0.06 | 0 | 0.16 |
HSL | 300º | 0.14% | 0.82% | - |
HSV(B) | 300º | 0.06% | 0.84% | - |
XYZ | 61.41 | 61.59 | 72.94 | - |
YUV | 207.37 | 132.31 | 133.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 215 | 202 | 215 | 0 | 0.06 | 0 | 0.16 | 300 | 0.14 | 0.82 |
Hex | D7 | CA | D7 | 0 | 6 | 0 | 10 | 12C | E | 52 |
Octal | 327 | 312 | 327 | 0 | 6 | 0 | 20 | 454 | 16 | 122 |
Binary | 11010111 | 11001010 | 11010111 | 0 | 110 | 0 | 10000 | 100101100 | 1110 | 1010010 |
Color Harmonies of #D7CAD7
Complementary color
Monochromatic Colors of #D7CAD7
Black with #D7CAD7
Text Example
Text Example
White with #D7CAD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7CAD7; }
p { color: rgb(215,202,215); }
H1.HeaderClassName
{
color: #D7CAD7;
}
.AnyTagClassName
{
color: #D7CAD7;
}
</style>
background-color css
<style>
a { background-color: #D7CAD7; }
a { background-color: rgb(215,202,215); }
div.DivClassName
{
background-color: #D7CAD7;
}
.BgClassName
{
background-color: #D7CAD7;
}
</style>
border-color css
<style>
span { border-color: #D7CAD7; }
span { border-color: rgb(215,202,215); }
td.TdClassName
{
border-color: #D7CAD7;
}
.TagClassName
{
border-color: #D7CAD7;
}
</style>