Shades of Thistle #CFBECC
Tints of Thistle #CFBECC
RGB
CMYK
RGB Variations
Color information
#CFBECC (or 0xCFBECC) is known color: Thistle. HEX triplet: CF, BE and CC. RGB value is (207,190,204). Sum of RGB (Red+Green+Blue) = 207+190+204=601 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.44% from 601); Green value is 190 (74.61% from 255 or 31.61% from 601); Blue value is 204 (80.08% from 255 or 33.94% from 601); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBECC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBECC is #304133. Grayscale: #C4C4C4. Windows color (decimal): -3162420 or 13418191. OLE color: 13418191.
HSL color Cylindrical-coordinate representation of color #CFBECC: hue angle of 310.59º degrees, saturation: 0.15, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CFBECC is Cyan = 0, Magento = 0.08, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 190 | 204 | - |
| CMYK | 0 | 0.08 | 0.01 | 0.19 |
| HSL | 310.59º | 0.15% | 0.78% | - |
| HSV(B) | 310.59º | 0.08% | 0.81% | - |
| XYZ | 55.04 | 54.45 | 64.74 | - |
| YUV | 196.68 | 132.13 | 135.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 190 | 204 | 0 | 0.08 | 0.01 | 0.19 | 310.59 | 0.15 | 0.78 |
| Hex | CF | BE | CC | 0 | 8 | 1 | 13 | 137 | F | 4E |
| Octal | 317 | 276 | 314 | 0 | 10 | 1 | 23 | 467 | 17 | 116 |
| Binary | 11001111 | 10111110 | 11001100 | 0 | 1000 | 1 | 10011 | 100110111 | 1111 | 1001110 |
Color Harmonies of #CFBECC
Complementary color
Monochromatic Colors of #CFBECC
Black with #CFBECC
Text Example
Text Example
White with #CFBECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBECC; }
p { color: rgb(207,190,204); }
H1.HeaderClassName
{
color: #CFBECC;
}
.AnyTagClassName
{
color: #CFBECC;
}
</style>
background-color css
<style>
a { background-color: #CFBECC; }
a { background-color: rgb(207,190,204); }
div.DivClassName
{
background-color: #CFBECC;
}
.BgClassName
{
background-color: #CFBECC;
}
</style>
border-color css
<style>
span { border-color: #CFBECC; }
span { border-color: rgb(207,190,204); }
td.TdClassName
{
border-color: #CFBECC;
}
.TagClassName
{
border-color: #CFBECC;
}
</style>