Shades of Thistle #CECACF
Tints of Thistle #CECACF
RGB
CMYK
RGB Variations
Color information
#CECACF (or 0xCECACF) is known color: Thistle. HEX triplet: CE, CA and CF. RGB value is (206,202,207). Sum of RGB (Red+Green+Blue) = 206+202+207=615 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.50% from 615); Green value is 202 (79.30% from 255 or 32.85% from 615); Blue value is 207 (81.25% from 255 or 33.66% from 615); Max value from RGB is 207 - color contains mainly: blue. Hex color #CECACF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECACF is #313530. Grayscale: #CBCBCB. Windows color (decimal): -3224881 or 13617870. OLE color: 13617870.
HSL color Cylindrical-coordinate representation of color #CECACF: hue angle of 288º degrees, saturation: 0.05, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #CECACF is Cyan = 0.00, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 202 | 207 | - |
CMYK | 0.00 | 0.02 | 0 | 0.19 |
HSL | 288º | 0.05% | 0.8% | - |
HSV(B) | 288º | 0.02% | 0.81% | - |
XYZ | 57.84 | 59.87 | 67.54 | - |
YUV | 203.77 | 129.83 | 129.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 202 | 207 | 0.00 | 0.02 | 0 | 0.19 | 288 | 0.05 | 0.8 |
Hex | CE | CA | CF | 0 | 2 | 0 | 13 | 120 | 5 | 50 |
Octal | 316 | 312 | 317 | 0 | 2 | 0 | 23 | 440 | 5 | 120 |
Binary | 11001110 | 11001010 | 11001111 | 0 | 10 | 0 | 10011 | 100100000 | 101 | 1010000 |
Color Harmonies of #CECACF
Complementary color
Monochromatic Colors of #CECACF
Black with #CECACF
Text Example
Text Example
White with #CECACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECACF; }
p { color: rgb(206,202,207); }
H1.HeaderClassName
{
color: #CECACF;
}
.AnyTagClassName
{
color: #CECACF;
}
</style>
background-color css
<style>
a { background-color: #CECACF; }
a { background-color: rgb(206,202,207); }
div.DivClassName
{
background-color: #CECACF;
}
.BgClassName
{
background-color: #CECACF;
}
</style>
border-color css
<style>
span { border-color: #CECACF; }
span { border-color: rgb(206,202,207); }
td.TdClassName
{
border-color: #CECACF;
}
.TagClassName
{
border-color: #CECACF;
}
</style>