Shades of Thistle #CDB3CF
Tints of Thistle #CDB3CF
RGB
CMYK
RGB Variations
Color information
#CDB3CF (or 0xCDB3CF) is known color: Thistle. HEX triplet: CD, B3 and CF. RGB value is (205,179,207). Sum of RGB (Red+Green+Blue) = 205+179+207=591 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.69% from 591); Green value is 179 (70.31% from 255 or 30.29% from 591); Blue value is 207 (81.25% from 255 or 35.03% from 591); Max value from RGB is 207 - color contains mainly: blue. Hex color #CDB3CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDB3CF is #324C30. Grayscale: #BDBDBD. Windows color (decimal): -3296305 or 13611981. OLE color: 13611981.
HSL color Cylindrical-coordinate representation of color #CDB3CF: hue angle of 295.71º degrees, saturation: 0.23, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CDB3CF is Cyan = 0.01, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 205 | 179 | 207 | - |
| CMYK | 0.01 | 0.14 | 0 | 0.19 |
| HSL | 295.71º | 0.23% | 0.76% | - |
| HSV(B) | 295.71º | 0.14% | 0.81% | - |
| XYZ | 52.56 | 49.72 | 65.86 | - |
| YUV | 189.97 | 137.61 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 179 | 207 | 0.01 | 0.14 | 0 | 0.19 | 295.71 | 0.23 | 0.76 |
| Hex | CD | B3 | CF | 1 | E | 0 | 13 | 128 | 17 | 4C |
| Octal | 315 | 263 | 317 | 1 | 16 | 0 | 23 | 450 | 27 | 114 |
| Binary | 11001101 | 10110011 | 11001111 | 1 | 1110 | 0 | 10011 | 100101000 | 10111 | 1001100 |
Color Harmonies of #CDB3CF
Complementary color
Monochromatic Colors of #CDB3CF
Black with #CDB3CF
Text Example
Text Example
White with #CDB3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB3CF; }
p { color: rgb(205,179,207); }
H1.HeaderClassName
{
color: #CDB3CF;
}
.AnyTagClassName
{
color: #CDB3CF;
}
</style>
background-color css
<style>
a { background-color: #CDB3CF; }
a { background-color: rgb(205,179,207); }
div.DivClassName
{
background-color: #CDB3CF;
}
.BgClassName
{
background-color: #CDB3CF;
}
</style>
border-color css
<style>
span { border-color: #CDB3CF; }
span { border-color: rgb(205,179,207); }
td.TdClassName
{
border-color: #CDB3CF;
}
.TagClassName
{
border-color: #CDB3CF;
}
</style>