Shades of Thistle #CFB8CD
Tints of Thistle #CFB8CD
RGB
CMYK
RGB Variations
Color information
#CFB8CD (or 0xCFB8CD) is known color: Thistle. HEX triplet: CF, B8 and CD. RGB value is (207,184,205). Sum of RGB (Red+Green+Blue) = 207+184+205=596 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.73% from 596); Green value is 184 (72.27% from 255 or 30.87% from 596); Blue value is 205 (80.47% from 255 or 34.40% from 596); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB8CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB8CD is #304732. Grayscale: #C1C1C1. Windows color (decimal): -3163955 or 13482191. OLE color: 13482191.
HSL color Cylindrical-coordinate representation of color #CFB8CD: hue angle of 305.22º degrees, saturation: 0.19, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CFB8CD is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 184 | 205 | - |
| CMYK | 0 | 0.11 | 0.01 | 0.19 |
| HSL | 305.22º | 0.19% | 0.77% | - |
| HSV(B) | 305.22º | 0.11% | 0.81% | - |
| XYZ | 53.89 | 51.95 | 64.95 | - |
| YUV | 193.27 | 134.62 | 137.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 184 | 205 | 0 | 0.11 | 0.01 | 0.19 | 305.22 | 0.19 | 0.77 |
| Hex | CF | B8 | CD | 0 | B | 1 | 13 | 131 | 13 | 4D |
| Octal | 317 | 270 | 315 | 0 | 13 | 1 | 23 | 461 | 23 | 115 |
| Binary | 11001111 | 10111000 | 11001101 | 0 | 1011 | 1 | 10011 | 100110001 | 10011 | 1001101 |
Color Harmonies of #CFB8CD
Complementary color
Monochromatic Colors of #CFB8CD
Black with #CFB8CD
Text Example
Text Example
White with #CFB8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB8CD; }
p { color: rgb(207,184,205); }
H1.HeaderClassName
{
color: #CFB8CD;
}
.AnyTagClassName
{
color: #CFB8CD;
}
</style>
background-color css
<style>
a { background-color: #CFB8CD; }
a { background-color: rgb(207,184,205); }
div.DivClassName
{
background-color: #CFB8CD;
}
.BgClassName
{
background-color: #CFB8CD;
}
</style>
border-color css
<style>
span { border-color: #CFB8CD; }
span { border-color: rgb(207,184,205); }
td.TdClassName
{
border-color: #CFB8CD;
}
.TagClassName
{
border-color: #CFB8CD;
}
</style>