Shades of Thistle #CEC8CF
Tints of Thistle #CEC8CF
RGB
CMYK
RGB Variations
Color information
#CEC8CF (or 0xCEC8CF) is known color: Thistle. HEX triplet: CE, C8 and CF. RGB value is (206,200,207). Sum of RGB (Red+Green+Blue) = 206+200+207=613 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.61% from 613); Green value is 200 (78.52% from 255 or 32.63% from 613); Blue value is 207 (81.25% from 255 or 33.77% from 613); Max value from RGB is 207 - color contains mainly: blue. Hex color #CEC8CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC8CF is #313730. Grayscale: #CACACA. Windows color (decimal): -3225393 or 13617358. OLE color: 13617358.
HSL color Cylindrical-coordinate representation of color #CEC8CF: hue angle of 291.43º degrees, saturation: 0.07, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CEC8CF is Cyan = 0.00, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 200 | 207 | - |
CMYK | 0.00 | 0.03 | 0 | 0.19 |
HSL | 291.43º | 0.07% | 0.8% | - |
HSV(B) | 291.43º | 0.03% | 0.81% | - |
XYZ | 57.37 | 58.94 | 67.38 | - |
YUV | 202.59 | 130.49 | 130.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 200 | 207 | 0.00 | 0.03 | 0 | 0.19 | 291.43 | 0.07 | 0.8 |
Hex | CE | C8 | CF | 0 | 3 | 0 | 13 | 123 | 7 | 50 |
Octal | 316 | 310 | 317 | 0 | 3 | 0 | 23 | 443 | 7 | 120 |
Binary | 11001110 | 11001000 | 11001111 | 0 | 11 | 0 | 10011 | 100100011 | 111 | 1010000 |
Color Harmonies of #CEC8CF
Complementary color
Monochromatic Colors of #CEC8CF
Black with #CEC8CF
Text Example
Text Example
White with #CEC8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC8CF; }
p { color: rgb(206,200,207); }
H1.HeaderClassName
{
color: #CEC8CF;
}
.AnyTagClassName
{
color: #CEC8CF;
}
</style>
background-color css
<style>
a { background-color: #CEC8CF; }
a { background-color: rgb(206,200,207); }
div.DivClassName
{
background-color: #CEC8CF;
}
.BgClassName
{
background-color: #CEC8CF;
}
</style>
border-color css
<style>
span { border-color: #CEC8CF; }
span { border-color: rgb(206,200,207); }
td.TdClassName
{
border-color: #CEC8CF;
}
.TagClassName
{
border-color: #CEC8CF;
}
</style>