Shades of Thistle #CEC4CD
Tints of Thistle #CEC4CD
RGB
CMYK
RGB Variations
Color information
#CEC4CD (or 0xCEC4CD) is known color: Thistle. HEX triplet: CE, C4 and CD. RGB value is (206,196,205). Sum of RGB (Red+Green+Blue) = 206+196+205=607 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.94% from 607); Green value is 196 (76.95% from 255 or 32.29% from 607); Blue value is 205 (80.47% from 255 or 33.77% from 607); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC4CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC4CD is #313B32. Grayscale: #C7C7C7. Windows color (decimal): -3226419 or 13485262. OLE color: 13485262.
HSL color Cylindrical-coordinate representation of color #CEC4CD: hue angle of 306º degrees, saturation: 0.09, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CEC4CD is Cyan = 0, Magento = 0.05, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 196 | 205 | - |
CMYK | 0 | 0.05 | 0.00 | 0.19 |
HSL | 306º | 0.09% | 0.79% | - |
HSV(B) | 306º | 0.05% | 0.81% | - |
XYZ | 56.21 | 57.01 | 65.8 | - |
YUV | 200.02 | 130.81 | 132.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 196 | 205 | 0 | 0.05 | 0.00 | 0.19 | 306 | 0.09 | 0.79 |
Hex | CE | C4 | CD | 0 | 5 | 0 | 13 | 132 | 9 | 4F |
Octal | 316 | 304 | 315 | 0 | 5 | 0 | 23 | 462 | 11 | 117 |
Binary | 11001110 | 11000100 | 11001101 | 0 | 101 | 0 | 10011 | 100110010 | 1001 | 1001111 |
Color Harmonies of #CEC4CD
Complementary color
Monochromatic Colors of #CEC4CD
Black with #CEC4CD
Text Example
Text Example
White with #CEC4CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC4CD; }
p { color: rgb(206,196,205); }
H1.HeaderClassName
{
color: #CEC4CD;
}
.AnyTagClassName
{
color: #CEC4CD;
}
</style>
background-color css
<style>
a { background-color: #CEC4CD; }
a { background-color: rgb(206,196,205); }
div.DivClassName
{
background-color: #CEC4CD;
}
.BgClassName
{
background-color: #CEC4CD;
}
</style>
border-color css
<style>
span { border-color: #CEC4CD; }
span { border-color: rgb(206,196,205); }
td.TdClassName
{
border-color: #CEC4CD;
}
.TagClassName
{
border-color: #CEC4CD;
}
</style>