Shades of Thistle #CFB2D0
Tints of Thistle #CFB2D0
RGB
CMYK
RGB Variations
Color information
#CFB2D0 (or 0xCFB2D0) is known color: Thistle. HEX triplet: CF, B2 and D0. RGB value is (207,178,208). Sum of RGB (Red+Green+Blue) = 207+178+208=593 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.91% from 593); Green value is 178 (69.92% from 255 or 30.02% from 593); Blue value is 208 (81.64% from 255 or 35.08% from 593); Max value from RGB is 208 - color contains mainly: blue. Hex color #CFB2D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFB2D0 is #304D2F. Grayscale: #BEBEBE. Windows color (decimal): -3165488 or 13677263. OLE color: 13677263.
HSL color Cylindrical-coordinate representation of color #CFB2D0: hue angle of 298º degrees, saturation: 0.24, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFB2D0 is Cyan = 0.00, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 178 | 208 | - |
| CMYK | 0.00 | 0.14 | 0 | 0.18 |
| HSL | 298º | 0.24% | 0.76% | - |
| HSV(B) | 298º | 0.14% | 0.82% | - |
| XYZ | 53.04 | 49.66 | 66.46 | - |
| YUV | 190.09 | 138.11 | 140.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 178 | 208 | 0.00 | 0.14 | 0 | 0.18 | 298 | 0.24 | 0.76 |
| Hex | CF | B2 | D0 | 0 | E | 0 | 12 | 12A | 18 | 4C |
| Octal | 317 | 262 | 320 | 0 | 16 | 0 | 22 | 452 | 30 | 114 |
| Binary | 11001111 | 10110010 | 11010000 | 0 | 1110 | 0 | 10010 | 100101010 | 11000 | 1001100 |
Color Harmonies of #CFB2D0
Complementary color
Monochromatic Colors of #CFB2D0
Black with #CFB2D0
Text Example
Text Example
White with #CFB2D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB2D0; }
p { color: rgb(207,178,208); }
H1.HeaderClassName
{
color: #CFB2D0;
}
.AnyTagClassName
{
color: #CFB2D0;
}
</style>
background-color css
<style>
a { background-color: #CFB2D0; }
a { background-color: rgb(207,178,208); }
div.DivClassName
{
background-color: #CFB2D0;
}
.BgClassName
{
background-color: #CFB2D0;
}
</style>
border-color css
<style>
span { border-color: #CFB2D0; }
span { border-color: rgb(207,178,208); }
td.TdClassName
{
border-color: #CFB2D0;
}
.TagClassName
{
border-color: #CFB2D0;
}
</style>