Shades of Thistle #CFB4D0
Tints of Thistle #CFB4D0
RGB
CMYK
RGB Variations
Color information
#CFB4D0 (or 0xCFB4D0) is known color: Thistle. HEX triplet: CF, B4 and D0. RGB value is (207,180,208). Sum of RGB (Red+Green+Blue) = 207+180+208=595 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.79% from 595); Green value is 180 (70.70% from 255 or 30.25% from 595); Blue value is 208 (81.64% from 255 or 34.96% from 595); Max value from RGB is 208 - color contains mainly: blue. Hex color #CFB4D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB4D0 is #304B2F. Grayscale: #BFBFBF. Windows color (decimal): -3164976 or 13677775. OLE color: 13677775.
HSL color Cylindrical-coordinate representation of color #CFB4D0: hue angle of 297.86º degrees, saturation: 0.23, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CFB4D0 is Cyan = 0.00, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 180 | 208 | - |
| CMYK | 0.00 | 0.13 | 0 | 0.18 |
| HSL | 297.86º | 0.23% | 0.76% | - |
| HSV(B) | 297.86º | 0.13% | 0.82% | - |
| XYZ | 53.44 | 50.46 | 66.6 | - |
| YUV | 191.27 | 137.45 | 139.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 180 | 208 | 0.00 | 0.13 | 0 | 0.18 | 297.86 | 0.23 | 0.76 |
| Hex | CF | B4 | D0 | 0 | D | 0 | 12 | 12A | 17 | 4C |
| Octal | 317 | 264 | 320 | 0 | 15 | 0 | 22 | 452 | 27 | 114 |
| Binary | 11001111 | 10110100 | 11010000 | 0 | 1101 | 0 | 10010 | 100101010 | 10111 | 1001100 |
Color Harmonies of #CFB4D0
Complementary color
Monochromatic Colors of #CFB4D0
Black with #CFB4D0
Text Example
Text Example
White with #CFB4D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB4D0; }
p { color: rgb(207,180,208); }
H1.HeaderClassName
{
color: #CFB4D0;
}
.AnyTagClassName
{
color: #CFB4D0;
}
</style>
background-color css
<style>
a { background-color: #CFB4D0; }
a { background-color: rgb(207,180,208); }
div.DivClassName
{
background-color: #CFB4D0;
}
.BgClassName
{
background-color: #CFB4D0;
}
</style>
border-color css
<style>
span { border-color: #CFB4D0; }
span { border-color: rgb(207,180,208); }
td.TdClassName
{
border-color: #CFB4D0;
}
.TagClassName
{
border-color: #CFB4D0;
}
</style>