Shades of Thistle #CDB6CE
Tints of Thistle #CDB6CE
RGB
CMYK
RGB Variations
Color information
#CDB6CE (or 0xCDB6CE) is known color: Thistle. HEX triplet: CD, B6 and CE. RGB value is (205,182,206). Sum of RGB (Red+Green+Blue) = 205+182+206=593 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.57% from 593); Green value is 182 (71.48% from 255 or 30.69% from 593); Blue value is 206 (80.86% from 255 or 34.74% from 593); Max value from RGB is 206 - color contains mainly: blue. Hex color #CDB6CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDB6CE is #324931. Grayscale: #BFBFBF. Windows color (decimal): -3295538 or 13547213. OLE color: 13547213.
HSL color Cylindrical-coordinate representation of color #CDB6CE: hue angle of 297.5º degrees, saturation: 0.2, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CDB6CE is Cyan = 0.00, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 205 | 182 | 206 | - |
| CMYK | 0.00 | 0.12 | 0 | 0.19 |
| HSL | 297.5º | 0.2% | 0.76% | - |
| HSV(B) | 297.5º | 0.12% | 0.81% | - |
| XYZ | 53.05 | 50.89 | 65.42 | - |
| YUV | 191.61 | 136.12 | 137.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 182 | 206 | 0.00 | 0.12 | 0 | 0.19 | 297.5 | 0.2 | 0.76 |
| Hex | CD | B6 | CE | 0 | C | 0 | 13 | 12A | 14 | 4C |
| Octal | 315 | 266 | 316 | 0 | 14 | 0 | 23 | 452 | 24 | 114 |
| Binary | 11001101 | 10110110 | 11001110 | 0 | 1100 | 0 | 10011 | 100101010 | 10100 | 1001100 |
Color Harmonies of #CDB6CE
Complementary color
Monochromatic Colors of #CDB6CE
Black with #CDB6CE
Text Example
Text Example
White with #CDB6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB6CE; }
p { color: rgb(205,182,206); }
H1.HeaderClassName
{
color: #CDB6CE;
}
.AnyTagClassName
{
color: #CDB6CE;
}
</style>
background-color css
<style>
a { background-color: #CDB6CE; }
a { background-color: rgb(205,182,206); }
div.DivClassName
{
background-color: #CDB6CE;
}
.BgClassName
{
background-color: #CDB6CE;
}
</style>
border-color css
<style>
span { border-color: #CDB6CE; }
span { border-color: rgb(205,182,206); }
td.TdClassName
{
border-color: #CDB6CE;
}
.TagClassName
{
border-color: #CDB6CE;
}
</style>