Shades of Thistle #CFC2CE
Tints of Thistle #CFC2CE
RGB
CMYK
RGB Variations
Color information
#CFC2CE (or 0xCFC2CE) is known color: Thistle. HEX triplet: CF, C2 and CE. RGB value is (207,194,206). Sum of RGB (Red+Green+Blue) = 207+194+206=607 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.10% from 607); Green value is 194 (76.17% from 255 or 31.96% from 607); Blue value is 206 (80.86% from 255 or 33.94% from 607); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC2CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC2CE is #303D31. Grayscale: #C7C7C7. Windows color (decimal): -3161394 or 13550287. OLE color: 13550287.
HSL color Cylindrical-coordinate representation of color #CFC2CE: hue angle of 304.62º degrees, saturation: 0.12, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CFC2CE is Cyan = 0, Magento = 0.06, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
RGB | 207 | 194 | 206 | - |
CMYK | 0 | 0.06 | 0.00 | 0.19 |
HSL | 304.62º | 0.12% | 0.79% | - |
HSV(B) | 304.62º | 0.06% | 0.81% | - |
XYZ | 56.16 | 56.31 | 66.3 | - |
YUV | 199.26 | 131.81 | 133.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 194 | 206 | 0 | 0.06 | 0.00 | 0.19 | 304.62 | 0.12 | 0.79 |
Hex | CF | C2 | CE | 0 | 6 | 0 | 13 | 131 | C | 4F |
Octal | 317 | 302 | 316 | 0 | 6 | 0 | 23 | 461 | 14 | 117 |
Binary | 11001111 | 11000010 | 11001110 | 0 | 110 | 0 | 10011 | 100110001 | 1100 | 1001111 |
Color Harmonies of #CFC2CE
Complementary color
Monochromatic Colors of #CFC2CE
Black with #CFC2CE
Text Example
Text Example
White with #CFC2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC2CE; }
p { color: rgb(207,194,206); }
H1.HeaderClassName
{
color: #CFC2CE;
}
.AnyTagClassName
{
color: #CFC2CE;
}
</style>
background-color css
<style>
a { background-color: #CFC2CE; }
a { background-color: rgb(207,194,206); }
div.DivClassName
{
background-color: #CFC2CE;
}
.BgClassName
{
background-color: #CFC2CE;
}
</style>
border-color css
<style>
span { border-color: #CFC2CE; }
span { border-color: rgb(207,194,206); }
td.TdClassName
{
border-color: #CFC2CE;
}
.TagClassName
{
border-color: #CFC2CE;
}
</style>