Shades of Thistle #CCB5CD
Tints of Thistle #CCB5CD
RGB
CMYK
RGB Variations
Color information
#CCB5CD (or 0xCCB5CD) is known color: Thistle. HEX triplet: CC, B5 and CD. RGB value is (204,181,205). Sum of RGB (Red+Green+Blue) = 204+181+205=590 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.58% from 590); Green value is 181 (71.09% from 255 or 30.68% from 590); Blue value is 205 (80.47% from 255 or 34.75% from 590); Max value from RGB is 205 - color contains mainly: blue. Hex color #CCB5CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB5CD is #334A32. Grayscale: #BEBEBE. Windows color (decimal): -3361331 or 13481420. OLE color: 13481420.
HSL color Cylindrical-coordinate representation of color #CCB5CD: hue angle of 297.5º degrees, saturation: 0.19, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CCB5CD is Cyan = 0.00, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 204 | 181 | 205 | - |
| CMYK | 0.00 | 0.12 | 0 | 0.20 |
| HSL | 297.5º | 0.19% | 0.76% | - |
| HSV(B) | 297.5º | 0.12% | 0.8% | - |
| XYZ | 52.45 | 50.29 | 64.7 | - |
| YUV | 190.61 | 136.12 | 137.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 181 | 205 | 0.00 | 0.12 | 0 | 0.20 | 297.5 | 0.19 | 0.76 |
| Hex | CC | B5 | CD | 0 | C | 0 | 14 | 12A | 13 | 4C |
| Octal | 314 | 265 | 315 | 0 | 14 | 0 | 24 | 452 | 23 | 114 |
| Binary | 11001100 | 10110101 | 11001101 | 0 | 1100 | 0 | 10100 | 100101010 | 10011 | 1001100 |
Color Harmonies of #CCB5CD
Complementary color
Monochromatic Colors of #CCB5CD
Black with #CCB5CD
Text Example
Text Example
White with #CCB5CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB5CD; }
p { color: rgb(204,181,205); }
H1.HeaderClassName
{
color: #CCB5CD;
}
.AnyTagClassName
{
color: #CCB5CD;
}
</style>
background-color css
<style>
a { background-color: #CCB5CD; }
a { background-color: rgb(204,181,205); }
div.DivClassName
{
background-color: #CCB5CD;
}
.BgClassName
{
background-color: #CCB5CD;
}
</style>
border-color css
<style>
span { border-color: #CCB5CD; }
span { border-color: rgb(204,181,205); }
td.TdClassName
{
border-color: #CCB5CD;
}
.TagClassName
{
border-color: #CCB5CD;
}
</style>