Shades of Thistle #D5CCD5
Tints of Thistle #D5CCD5
RGB
CMYK
RGB Variations
Color information
#D5CCD5 (or 0xD5CCD5) is known color: Thistle. HEX triplet: D5, CC and D5. RGB value is (213,204,213). Sum of RGB (Red+Green+Blue) = 213+204+213=630 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.81% from 630); Green value is 204 (80.08% from 255 or 32.38% from 630); Blue value is 213 (83.59% from 255 or 33.81% from 630); Max value from RGB is 213 - color contains mainly: red, blue. Hex color #D5CCD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CCD5 is #2A332A. Grayscale: #CFCFCF. Windows color (decimal): -2765611 or 14011605. OLE color: 14011605.
HSL color Cylindrical-coordinate representation of color #D5CCD5: hue angle of 300º degrees, saturation: 0.1, 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 #D5CCD5 is Cyan = 0, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 213 | 204 | 213 | - |
CMYK | 0 | 0.04 | 0 | 0.16 |
HSL | 300º | 0.1% | 0.82% | - |
HSV(B) | 300º | 0.04% | 0.84% | - |
XYZ | 61.04 | 62.14 | 71.73 | - |
YUV | 207.72 | 130.98 | 131.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 204 | 213 | 0 | 0.04 | 0 | 0.16 | 300 | 0.1 | 0.82 |
Hex | D5 | CC | D5 | 0 | 4 | 0 | 10 | 12C | A | 52 |
Octal | 325 | 314 | 325 | 0 | 4 | 0 | 20 | 454 | 12 | 122 |
Binary | 11010101 | 11001100 | 11010101 | 0 | 100 | 0 | 10000 | 100101100 | 1010 | 1010010 |
Color Harmonies of #D5CCD5
Complementary color
Monochromatic Colors of #D5CCD5
Black with #D5CCD5
Text Example
Text Example
White with #D5CCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CCD5; }
p { color: rgb(213,204,213); }
H1.HeaderClassName
{
color: #D5CCD5;
}
.AnyTagClassName
{
color: #D5CCD5;
}
</style>
background-color css
<style>
a { background-color: #D5CCD5; }
a { background-color: rgb(213,204,213); }
div.DivClassName
{
background-color: #D5CCD5;
}
.BgClassName
{
background-color: #D5CCD5;
}
</style>
border-color css
<style>
span { border-color: #D5CCD5; }
span { border-color: rgb(213,204,213); }
td.TdClassName
{
border-color: #D5CCD5;
}
.TagClassName
{
border-color: #D5CCD5;
}
</style>