Shades of Thistle #CFB5CD
Tints of Thistle #CFB5CD
RGB
CMYK
RGB Variations
Color information
#CFB5CD (or 0xCFB5CD) is known color: Thistle. HEX triplet: CF, B5 and CD. RGB value is (207,181,205). Sum of RGB (Red+Green+Blue) = 207+181+205=593 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.91% from 593); Green value is 181 (71.09% from 255 or 30.52% from 593); Blue value is 205 (80.47% from 255 or 34.57% from 593); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB5CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB5CD is #304A32. Grayscale: #BFBFBF. Windows color (decimal): -3164723 or 13481423. OLE color: 13481423.
HSL color Cylindrical-coordinate representation of color #CFB5CD: hue angle of 304.62º degrees, saturation: 0.21, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CFB5CD is Cyan = 0, Magento = 0.13, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
RGB | 207 | 181 | 205 | - |
CMYK | 0 | 0.13 | 0.01 | 0.19 |
HSL | 304.62º | 0.21% | 0.76% | - |
HSV(B) | 304.62º | 0.13% | 0.81% | - |
XYZ | 53.28 | 50.72 | 64.74 | - |
YUV | 191.51 | 135.61 | 139.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 181 | 205 | 0 | 0.13 | 0.01 | 0.19 | 304.62 | 0.21 | 0.76 |
Hex | CF | B5 | CD | 0 | D | 1 | 13 | 131 | 15 | 4C |
Octal | 317 | 265 | 315 | 0 | 15 | 1 | 23 | 461 | 25 | 114 |
Binary | 11001111 | 10110101 | 11001101 | 0 | 1101 | 1 | 10011 | 100110001 | 10101 | 1001100 |
Color Harmonies of #CFB5CD
Complementary color
Monochromatic Colors of #CFB5CD
Black with #CFB5CD
Text Example
Text Example
White with #CFB5CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB5CD; }
p { color: rgb(207,181,205); }
H1.HeaderClassName
{
color: #CFB5CD;
}
.AnyTagClassName
{
color: #CFB5CD;
}
</style>
background-color css
<style>
a { background-color: #CFB5CD; }
a { background-color: rgb(207,181,205); }
div.DivClassName
{
background-color: #CFB5CD;
}
.BgClassName
{
background-color: #CFB5CD;
}
</style>
border-color css
<style>
span { border-color: #CFB5CD; }
span { border-color: rgb(207,181,205); }
td.TdClassName
{
border-color: #CFB5CD;
}
.TagClassName
{
border-color: #CFB5CD;
}
</style>