Shades of Thistle #CDBDCF
Tints of Thistle #CDBDCF
RGB
CMYK
RGB Variations
Color information
#CDBDCF (or 0xCDBDCF) is known color: Thistle. HEX triplet: CD, BD and CF. RGB value is (205,189,207). Sum of RGB (Red+Green+Blue) = 205+189+207=601 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.11% from 601); Green value is 189 (74.22% from 255 or 31.45% from 601); Blue value is 207 (81.25% from 255 or 34.44% from 601); Max value from RGB is 207 - color contains mainly: blue. Hex color #CDBDCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDBDCF is #324230. Grayscale: #C3C3C3. Windows color (decimal): -3293745 or 13614541. OLE color: 13614541.
HSL color Cylindrical-coordinate representation of color #CDBDCF: hue angle of 293.33º degrees, saturation: 0.16, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CDBDCF is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 205 | 189 | 207 | - |
| CMYK | 0.01 | 0.09 | 0 | 0.19 |
| HSL | 293.33º | 0.16% | 0.78% | - |
| HSV(B) | 293.33º | 0.09% | 0.81% | - |
| XYZ | 54.64 | 53.88 | 66.55 | - |
| YUV | 195.84 | 134.3 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 189 | 207 | 0.01 | 0.09 | 0 | 0.19 | 293.33 | 0.16 | 0.78 |
| Hex | CD | BD | CF | 1 | 9 | 0 | 13 | 125 | 10 | 4E |
| Octal | 315 | 275 | 317 | 1 | 11 | 0 | 23 | 445 | 20 | 116 |
| Binary | 11001101 | 10111101 | 11001111 | 1 | 1001 | 0 | 10011 | 100100101 | 10000 | 1001110 |
Color Harmonies of #CDBDCF
Complementary color
Monochromatic Colors of #CDBDCF
Black with #CDBDCF
Text Example
Text Example
White with #CDBDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDBDCF; }
p { color: rgb(205,189,207); }
H1.HeaderClassName
{
color: #CDBDCF;
}
.AnyTagClassName
{
color: #CDBDCF;
}
</style>
background-color css
<style>
a { background-color: #CDBDCF; }
a { background-color: rgb(205,189,207); }
div.DivClassName
{
background-color: #CDBDCF;
}
.BgClassName
{
background-color: #CDBDCF;
}
</style>
border-color css
<style>
span { border-color: #CDBDCF; }
span { border-color: rgb(205,189,207); }
td.TdClassName
{
border-color: #CDBDCF;
}
.TagClassName
{
border-color: #CDBDCF;
}
</style>