Shades of Thistle #CDBBCE
Tints of Thistle #CDBBCE
RGB
CMYK
RGB Variations
Color information
#CDBBCE (or 0xCDBBCE) is known color: Thistle. HEX triplet: CD, BB and CE. RGB value is (205,187,206). Sum of RGB (Red+Green+Blue) = 205+187+206=598 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.28% from 598); Green value is 187 (73.44% from 255 or 31.27% from 598); Blue value is 206 (80.86% from 255 or 34.45% from 598); Max value from RGB is 206 - color contains mainly: blue. Hex color #CDBBCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDBBCE is #324431. Grayscale: #C2C2C2. Windows color (decimal): -3294258 or 13548493. OLE color: 13548493.
HSL color Cylindrical-coordinate representation of color #CDBBCE: hue angle of 296.84º degrees, saturation: 0.16, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CDBBCE is Cyan = 0.00, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 205 | 187 | 206 | - |
| CMYK | 0.00 | 0.09 | 0 | 0.19 |
| HSL | 296.84º | 0.16% | 0.77% | - |
| HSV(B) | 296.84º | 0.09% | 0.81% | - |
| XYZ | 54.09 | 52.98 | 65.77 | - |
| YUV | 194.55 | 134.46 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 187 | 206 | 0.00 | 0.09 | 0 | 0.19 | 296.84 | 0.16 | 0.77 |
| Hex | CD | BB | CE | 0 | 9 | 0 | 13 | 129 | 10 | 4D |
| Octal | 315 | 273 | 316 | 0 | 11 | 0 | 23 | 451 | 20 | 115 |
| Binary | 11001101 | 10111011 | 11001110 | 0 | 1001 | 0 | 10011 | 100101001 | 10000 | 1001101 |
Color Harmonies of #CDBBCE
Complementary color
Monochromatic Colors of #CDBBCE
Black with #CDBBCE
Text Example
Text Example
White with #CDBBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDBBCE; }
p { color: rgb(205,187,206); }
H1.HeaderClassName
{
color: #CDBBCE;
}
.AnyTagClassName
{
color: #CDBBCE;
}
</style>
background-color css
<style>
a { background-color: #CDBBCE; }
a { background-color: rgb(205,187,206); }
div.DivClassName
{
background-color: #CDBBCE;
}
.BgClassName
{
background-color: #CDBBCE;
}
</style>
border-color css
<style>
span { border-color: #CDBBCE; }
span { border-color: rgb(205,187,206); }
td.TdClassName
{
border-color: #CDBBCE;
}
.TagClassName
{
border-color: #CDBBCE;
}
</style>