Shades of Thistle #CDBCCF
Tints of Thistle #CDBCCF
RGB
CMYK
RGB Variations
Color information
#CDBCCF (or 0xCDBCCF) is known color: Thistle. HEX triplet: CD, BC and CF. RGB value is (205,188,207). Sum of RGB (Red+Green+Blue) = 205+188+207=600 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.17% from 600); Green value is 188 (73.83% from 255 or 31.33% from 600); Blue value is 207 (81.25% from 255 or 34.5% from 600); Max value from RGB is 207 - color contains mainly: blue. Hex color #CDBCCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDBCCF is #324330. Grayscale: #C3C3C3. Windows color (decimal): -3294001 or 13614285. OLE color: 13614285.
HSL color Cylindrical-coordinate representation of color #CDBCCF: hue angle of 293.68º degrees, saturation: 0.17, 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 #CDBCCF is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 205 | 188 | 207 | - |
| CMYK | 0.01 | 0.09 | 0 | 0.19 |
| HSL | 293.68º | 0.17% | 0.77% | - |
| HSV(B) | 293.68º | 0.09% | 0.81% | - |
| XYZ | 54.42 | 53.45 | 66.48 | - |
| YUV | 195.25 | 134.63 | 134.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 188 | 207 | 0.01 | 0.09 | 0 | 0.19 | 293.68 | 0.17 | 0.77 |
| Hex | CD | BC | CF | 1 | 9 | 0 | 13 | 126 | 11 | 4D |
| Octal | 315 | 274 | 317 | 1 | 11 | 0 | 23 | 446 | 21 | 115 |
| Binary | 11001101 | 10111100 | 11001111 | 1 | 1001 | 0 | 10011 | 100100110 | 10001 | 1001101 |
Color Harmonies of #CDBCCF
Complementary color
Monochromatic Colors of #CDBCCF
Black with #CDBCCF
Text Example
Text Example
White with #CDBCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDBCCF; }
p { color: rgb(205,188,207); }
H1.HeaderClassName
{
color: #CDBCCF;
}
.AnyTagClassName
{
color: #CDBCCF;
}
</style>
background-color css
<style>
a { background-color: #CDBCCF; }
a { background-color: rgb(205,188,207); }
div.DivClassName
{
background-color: #CDBCCF;
}
.BgClassName
{
background-color: #CDBCCF;
}
</style>
border-color css
<style>
span { border-color: #CDBCCF; }
span { border-color: rgb(205,188,207); }
td.TdClassName
{
border-color: #CDBCCF;
}
.TagClassName
{
border-color: #CDBCCF;
}
</style>