Shades of Thistle #CFB5D2
Tints of Thistle #CFB5D2
RGB
CMYK
RGB Variations
Color information
#CFB5D2 (or 0xCFB5D2) is known color: Thistle. HEX triplet: CF, B5 and D2. RGB value is (207,181,210). Sum of RGB (Red+Green+Blue) = 207+181+210=598 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.62% from 598); Green value is 181 (71.09% from 255 or 30.27% from 598); Blue value is 210 (82.42% from 255 or 35.12% from 598); Max value from RGB is 210 - color contains mainly: blue. Hex color #CFB5D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB5D2 is #304A2D. Grayscale: #BFBFBF. Windows color (decimal): -3164718 or 13809103. OLE color: 13809103.
HSL color Cylindrical-coordinate representation of color #CFB5D2: hue angle of 293.79º degrees, saturation: 0.24, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFB5D2 is Cyan = 0.01, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 181 | 210 | - |
| CMYK | 0.01 | 0.14 | 0 | 0.18 |
| HSL | 293.79º | 0.24% | 0.77% | - |
| HSV(B) | 293.79º | 0.14% | 0.82% | - |
| XYZ | 53.89 | 50.97 | 67.97 | - |
| YUV | 192.08 | 138.11 | 138.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 181 | 210 | 0.01 | 0.14 | 0 | 0.18 | 293.79 | 0.24 | 0.77 |
| Hex | CF | B5 | D2 | 1 | E | 0 | 12 | 126 | 18 | 4D |
| Octal | 317 | 265 | 322 | 1 | 16 | 0 | 22 | 446 | 30 | 115 |
| Binary | 11001111 | 10110101 | 11010010 | 1 | 1110 | 0 | 10010 | 100100110 | 11000 | 1001101 |
Color Harmonies of #CFB5D2
Complementary color
Monochromatic Colors of #CFB5D2
Black with #CFB5D2
Text Example
Text Example
White with #CFB5D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB5D2; }
p { color: rgb(207,181,210); }
H1.HeaderClassName
{
color: #CFB5D2;
}
.AnyTagClassName
{
color: #CFB5D2;
}
</style>
background-color css
<style>
a { background-color: #CFB5D2; }
a { background-color: rgb(207,181,210); }
div.DivClassName
{
background-color: #CFB5D2;
}
.BgClassName
{
background-color: #CFB5D2;
}
</style>
border-color css
<style>
span { border-color: #CFB5D2; }
span { border-color: rgb(207,181,210); }
td.TdClassName
{
border-color: #CFB5D2;
}
.TagClassName
{
border-color: #CFB5D2;
}
</style>