Shades of Thistle #D5CCD3
Tints of Thistle #D5CCD3
RGB
CMYK
RGB Variations
Color information
#D5CCD3 (or 0xD5CCD3) is known color: Thistle. HEX triplet: D5, CC and D3. RGB value is (213,204,211). Sum of RGB (Red+Green+Blue) = 213+204+211=628 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.92% from 628); Green value is 204 (80.08% from 255 or 32.48% from 628); Blue value is 211 (82.81% from 255 or 33.60% from 628); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CCD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CCD3 is #2A332C. Grayscale: #CFCFCF. Windows color (decimal): -2765613 or 13880533. OLE color: 13880533.
HSL color Cylindrical-coordinate representation of color #D5CCD3: hue angle of 313.33º 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 #D5CCD3 is Cyan = 0, Magento = 0.04, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 204 | 211 | - |
| CMYK | 0 | 0.04 | 0.01 | 0.16 |
| HSL | 313.33º | 0.1% | 0.82% | - |
| HSV(B) | 313.33º | 0.04% | 0.84% | - |
| XYZ | 60.79 | 62.04 | 70.4 | - |
| YUV | 207.49 | 129.98 | 131.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 204 | 211 | 0 | 0.04 | 0.01 | 0.16 | 313.33 | 0.1 | 0.82 |
| Hex | D5 | CC | D3 | 0 | 4 | 1 | 10 | 139 | A | 52 |
| Octal | 325 | 314 | 323 | 0 | 4 | 1 | 20 | 471 | 12 | 122 |
| Binary | 11010101 | 11001100 | 11010011 | 0 | 100 | 1 | 10000 | 100111001 | 1010 | 1010010 |
Color Harmonies of #D5CCD3
Complementary color
Monochromatic Colors of #D5CCD3
Black with #D5CCD3
Text Example
Text Example
White with #D5CCD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CCD3; }
p { color: rgb(213,204,211); }
H1.HeaderClassName
{
color: #D5CCD3;
}
.AnyTagClassName
{
color: #D5CCD3;
}
</style>
background-color css
<style>
a { background-color: #D5CCD3; }
a { background-color: rgb(213,204,211); }
div.DivClassName
{
background-color: #D5CCD3;
}
.BgClassName
{
background-color: #D5CCD3;
}
</style>
border-color css
<style>
span { border-color: #D5CCD3; }
span { border-color: rgb(213,204,211); }
td.TdClassName
{
border-color: #D5CCD3;
}
.TagClassName
{
border-color: #D5CCD3;
}
</style>