Shades of Thistle #CEC3CF
Tints of Thistle #CEC3CF
RGB
CMYK
RGB Variations
Color information
#CEC3CF (or 0xCEC3CF) is known color: Thistle. HEX triplet: CE, C3 and CF. RGB value is (206,195,207). Sum of RGB (Red+Green+Blue) = 206+195+207=608 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.88% from 608); Green value is 195 (76.56% from 255 or 32.07% from 608); Blue value is 207 (81.25% from 255 or 34.05% from 608); Max value from RGB is 207 - color contains mainly: blue. Hex color #CEC3CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC3CF is #313C30. Grayscale: #C7C7C7. Windows color (decimal): -3226673 or 13616078. OLE color: 13616078.
HSL color Cylindrical-coordinate representation of color #CEC3CF: hue angle of 295º degrees, saturation: 0.11, 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 #CEC3CF is Cyan = 0.00, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 195 | 207 | - |
CMYK | 0.00 | 0.06 | 0 | 0.19 |
HSL | 295º | 0.11% | 0.79% | - |
HSV(B) | 295º | 0.06% | 0.81% | - |
XYZ | 56.23 | 56.66 | 67 | - |
YUV | 199.66 | 132.14 | 132.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 195 | 207 | 0.00 | 0.06 | 0 | 0.19 | 295 | 0.11 | 0.79 |
Hex | CE | C3 | CF | 0 | 6 | 0 | 13 | 127 | B | 4F |
Octal | 316 | 303 | 317 | 0 | 6 | 0 | 23 | 447 | 13 | 117 |
Binary | 11001110 | 11000011 | 11001111 | 0 | 110 | 0 | 10011 | 100100111 | 1011 | 1001111 |
Color Harmonies of #CEC3CF
Complementary color
Monochromatic Colors of #CEC3CF
Black with #CEC3CF
Text Example
Text Example
White with #CEC3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC3CF; }
p { color: rgb(206,195,207); }
H1.HeaderClassName
{
color: #CEC3CF;
}
.AnyTagClassName
{
color: #CEC3CF;
}
</style>
background-color css
<style>
a { background-color: #CEC3CF; }
a { background-color: rgb(206,195,207); }
div.DivClassName
{
background-color: #CEC3CF;
}
.BgClassName
{
background-color: #CEC3CF;
}
</style>
border-color css
<style>
span { border-color: #CEC3CF; }
span { border-color: rgb(206,195,207); }
td.TdClassName
{
border-color: #CEC3CF;
}
.TagClassName
{
border-color: #CEC3CF;
}
</style>