Shades of Thistle #CFBAD2
Tints of Thistle #CFBAD2
RGB
CMYK
RGB Variations
Color information
#CFBAD2 (or 0xCFBAD2) is known color: Thistle. HEX triplet: CF, BA and D2. RGB value is (207,186,210). Sum of RGB (Red+Green+Blue) = 207+186+210=603 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.33% from 603); Green value is 186 (73.05% from 255 or 30.85% from 603); Blue value is 210 (82.42% from 255 or 34.83% from 603); Max value from RGB is 210 - color contains mainly: blue. Hex color #CFBAD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBAD2 is #30452D. Grayscale: #C2C2C2. Windows color (decimal): -3163438 or 13810383. OLE color: 13810383.
HSL color Cylindrical-coordinate representation of color #CFBAD2: hue angle of 292.5º degrees, saturation: 0.21, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CFBAD2 is Cyan = 0.01, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 186 | 210 | - |
| CMYK | 0.01 | 0.11 | 0 | 0.18 |
| HSL | 292.5º | 0.21% | 0.78% | - |
| HSV(B) | 292.5º | 0.11% | 0.82% | - |
| XYZ | 54.92 | 53.04 | 68.32 | - |
| YUV | 195.02 | 136.46 | 136.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 186 | 210 | 0.01 | 0.11 | 0 | 0.18 | 292.5 | 0.21 | 0.78 |
| Hex | CF | BA | D2 | 1 | B | 0 | 12 | 124 | 15 | 4E |
| Octal | 317 | 272 | 322 | 1 | 13 | 0 | 22 | 444 | 25 | 116 |
| Binary | 11001111 | 10111010 | 11010010 | 1 | 1011 | 0 | 10010 | 100100100 | 10101 | 1001110 |
Color Harmonies of #CFBAD2
Complementary color
Monochromatic Colors of #CFBAD2
Black with #CFBAD2
Text Example
Text Example
White with #CFBAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBAD2; }
p { color: rgb(207,186,210); }
H1.HeaderClassName
{
color: #CFBAD2;
}
.AnyTagClassName
{
color: #CFBAD2;
}
</style>
background-color css
<style>
a { background-color: #CFBAD2; }
a { background-color: rgb(207,186,210); }
div.DivClassName
{
background-color: #CFBAD2;
}
.BgClassName
{
background-color: #CFBAD2;
}
</style>
border-color css
<style>
span { border-color: #CFBAD2; }
span { border-color: rgb(207,186,210); }
td.TdClassName
{
border-color: #CFBAD2;
}
.TagClassName
{
border-color: #CFBAD2;
}
</style>