Shades of Thistle #CFBDD1
Tints of Thistle #CFBDD1
RGB
CMYK
RGB Variations
Color information
#CFBDD1 (or 0xCFBDD1) is known color: Thistle. HEX triplet: CF, BD and D1. RGB value is (207,189,209). Sum of RGB (Red+Green+Blue) = 207+189+209=605 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.21% from 605); Green value is 189 (74.22% from 255 or 31.24% from 605); Blue value is 209 (82.03% from 255 or 34.55% from 605); Max value from RGB is 209 - color contains mainly: blue. Hex color #CFBDD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBDD1 is #30422E. Grayscale: #C4C4C4. Windows color (decimal): -3162671 or 13745615. OLE color: 13745615.
HSL color Cylindrical-coordinate representation of color #CFBDD1: hue angle of 294º degrees, saturation: 0.18, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CFBDD1 is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 189 | 209 | - |
| CMYK | 0.01 | 0.10 | 0 | 0.18 |
| HSL | 294º | 0.18% | 0.78% | - |
| HSV(B) | 294º | 0.1% | 0.82% | - |
| XYZ | 55.44 | 54.26 | 67.87 | - |
| YUV | 196.66 | 134.96 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 189 | 209 | 0.01 | 0.10 | 0 | 0.18 | 294 | 0.18 | 0.78 |
| Hex | CF | BD | D1 | 1 | A | 0 | 12 | 126 | 12 | 4E |
| Octal | 317 | 275 | 321 | 1 | 12 | 0 | 22 | 446 | 22 | 116 |
| Binary | 11001111 | 10111101 | 11010001 | 1 | 1010 | 0 | 10010 | 100100110 | 10010 | 1001110 |
Color Harmonies of #CFBDD1
Complementary color
Monochromatic Colors of #CFBDD1
Black with #CFBDD1
Text Example
Text Example
White with #CFBDD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBDD1; }
p { color: rgb(207,189,209); }
H1.HeaderClassName
{
color: #CFBDD1;
}
.AnyTagClassName
{
color: #CFBDD1;
}
</style>
background-color css
<style>
a { background-color: #CFBDD1; }
a { background-color: rgb(207,189,209); }
div.DivClassName
{
background-color: #CFBDD1;
}
.BgClassName
{
background-color: #CFBDD1;
}
</style>
border-color css
<style>
span { border-color: #CFBDD1; }
span { border-color: rgb(207,189,209); }
td.TdClassName
{
border-color: #CFBDD1;
}
.TagClassName
{
border-color: #CFBDD1;
}
</style>