Shades of Thistle #CEC2CD
Tints of Thistle #CEC2CD
RGB
CMYK
RGB Variations
Color information
#CEC2CD (or 0xCEC2CD) is known color: Thistle. HEX triplet: CE, C2 and CD. RGB value is (206,194,205). Sum of RGB (Red+Green+Blue) = 206+194+205=605 (80% of max value = 765). Red value is 206 (80.86% from 255 or 34.05% from 605); Green value is 194 (76.17% from 255 or 32.07% from 605); Blue value is 205 (80.47% from 255 or 33.88% from 605); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC2CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC2CD is #313D32. Grayscale: #C6C6C6. Windows color (decimal): -3226931 or 13484750. OLE color: 13484750.
HSL color Cylindrical-coordinate representation of color #CEC2CD: hue angle of 305º degrees, saturation: 0.11, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CEC2CD is Cyan = 0, Magento = 0.06, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 194 | 205 | - |
CMYK | 0 | 0.06 | 0.00 | 0.19 |
HSL | 305º | 0.11% | 0.78% | - |
HSV(B) | 305º | 0.06% | 0.81% | - |
XYZ | 55.76 | 56.11 | 65.65 | - |
YUV | 198.84 | 131.48 | 133.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 194 | 205 | 0 | 0.06 | 0.00 | 0.19 | 305 | 0.11 | 0.78 |
Hex | CE | C2 | CD | 0 | 6 | 0 | 13 | 131 | B | 4E |
Octal | 316 | 302 | 315 | 0 | 6 | 0 | 23 | 461 | 13 | 116 |
Binary | 11001110 | 11000010 | 11001101 | 0 | 110 | 0 | 10011 | 100110001 | 1011 | 1001110 |
Color Harmonies of #CEC2CD
Complementary color
Monochromatic Colors of #CEC2CD
Black with #CEC2CD
Text Example
Text Example
White with #CEC2CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC2CD; }
p { color: rgb(206,194,205); }
H1.HeaderClassName
{
color: #CEC2CD;
}
.AnyTagClassName
{
color: #CEC2CD;
}
</style>
background-color css
<style>
a { background-color: #CEC2CD; }
a { background-color: rgb(206,194,205); }
div.DivClassName
{
background-color: #CEC2CD;
}
.BgClassName
{
background-color: #CEC2CD;
}
</style>
border-color css
<style>
span { border-color: #CEC2CD; }
span { border-color: rgb(206,194,205); }
td.TdClassName
{
border-color: #CEC2CD;
}
.TagClassName
{
border-color: #CEC2CD;
}
</style>