Shades of Thistle #CDB5CF
Tints of Thistle #CDB5CF
RGB
CMYK
RGB Variations
Color information
#CDB5CF (or 0xCDB5CF) is known color: Thistle. HEX triplet: CD, B5 and CF. RGB value is (205,181,207). Sum of RGB (Red+Green+Blue) = 205+181+207=593 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.57% from 593); Green value is 181 (71.09% from 255 or 30.52% from 593); Blue value is 207 (81.25% from 255 or 34.91% from 593); Max value from RGB is 207 - color contains mainly: blue. Hex color #CDB5CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDB5CF is #324A30. Grayscale: #BFBFBF. Windows color (decimal): -3295793 or 13612493. OLE color: 13612493.
HSL color Cylindrical-coordinate representation of color #CDB5CF: hue angle of 295.38º degrees, saturation: 0.21, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CDB5CF is Cyan = 0.01, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 205 | 181 | 207 | - |
| CMYK | 0.01 | 0.13 | 0 | 0.19 |
| HSL | 295.38º | 0.21% | 0.76% | - |
| HSV(B) | 295.38º | 0.13% | 0.81% | - |
| XYZ | 52.96 | 50.53 | 65.99 | - |
| YUV | 191.14 | 136.95 | 137.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 181 | 207 | 0.01 | 0.13 | 0 | 0.19 | 295.38 | 0.21 | 0.76 |
| Hex | CD | B5 | CF | 1 | D | 0 | 13 | 127 | 15 | 4C |
| Octal | 315 | 265 | 317 | 1 | 15 | 0 | 23 | 447 | 25 | 114 |
| Binary | 11001101 | 10110101 | 11001111 | 1 | 1101 | 0 | 10011 | 100100111 | 10101 | 1001100 |
Color Harmonies of #CDB5CF
Complementary color
Monochromatic Colors of #CDB5CF
Black with #CDB5CF
Text Example
Text Example
White with #CDB5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB5CF; }
p { color: rgb(205,181,207); }
H1.HeaderClassName
{
color: #CDB5CF;
}
.AnyTagClassName
{
color: #CDB5CF;
}
</style>
background-color css
<style>
a { background-color: #CDB5CF; }
a { background-color: rgb(205,181,207); }
div.DivClassName
{
background-color: #CDB5CF;
}
.BgClassName
{
background-color: #CDB5CF;
}
</style>
border-color css
<style>
span { border-color: #CDB5CF; }
span { border-color: rgb(205,181,207); }
td.TdClassName
{
border-color: #CDB5CF;
}
.TagClassName
{
border-color: #CDB5CF;
}
</style>