Shades of Thistle #CECDCE
Tints of Thistle #CECDCE
RGB
CMYK
RGB Variations
Color information
#CECDCE (or 0xCECDCE) is known color: Thistle. HEX triplet: CE, CD and CE. RGB value is (206,205,206). Sum of RGB (Red+Green+Blue) = 206+205+206=617 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.39% from 617); Green value is 205 (80.47% from 255 or 33.23% from 617); Blue value is 206 (80.86% from 255 or 33.39% from 617); Max value from RGB is 206 - color contains mainly: red, blue. Hex color #CECDCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECDCE is #313231. Grayscale: #CDCDCD. Windows color (decimal): -3224114 or 13553102. OLE color: 13553102.
HSL color Cylindrical-coordinate representation of color #CECDCE: hue angle of 300º degrees, saturation: 0.01, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0%. Process color model (Four color, CMYK) of #CECDCE is Cyan = 0, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 205 | 206 | - |
CMYK | 0 | 0.00 | 0 | 0.19 |
HSL | 300º | 0.01% | 0.81% | - |
HSV(B) | 300º | 0% | 0.81% | - |
XYZ | 58.43 | 61.24 | 67.13 | - |
YUV | 205.41 | 128.33 | 128.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 205 | 206 | 0 | 0.00 | 0 | 0.19 | 300 | 0.01 | 0.81 |
Hex | CE | CD | CE | 0 | 0 | 0 | 13 | 12C | 1 | 51 |
Octal | 316 | 315 | 316 | 0 | 0 | 0 | 23 | 454 | 1 | 121 |
Binary | 11001110 | 11001101 | 11001110 | 0 | 0 | 0 | 10011 | 100101100 | 1 | 1010001 |
Color Harmonies of #CECDCE
Complementary color
Monochromatic Colors of #CECDCE
Black with #CECDCE
Text Example
Text Example
White with #CECDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECDCE; }
p { color: rgb(206,205,206); }
H1.HeaderClassName
{
color: #CECDCE;
}
.AnyTagClassName
{
color: #CECDCE;
}
</style>
background-color css
<style>
a { background-color: #CECDCE; }
a { background-color: rgb(206,205,206); }
div.DivClassName
{
background-color: #CECDCE;
}
.BgClassName
{
background-color: #CECDCE;
}
</style>
border-color css
<style>
span { border-color: #CECDCE; }
span { border-color: rgb(206,205,206); }
td.TdClassName
{
border-color: #CECDCE;
}
.TagClassName
{
border-color: #CECDCE;
}
</style>