Shades of Thistle #CEC3CC
Tints of Thistle #CEC3CC
RGB
CMYK
RGB Variations
Color information
#CEC3CC (or 0xCEC3CC) is known color: Thistle. HEX triplet: CE, C3 and CC. RGB value is (206,195,204). Sum of RGB (Red+Green+Blue) = 206+195+204=605 (80% of max value = 765). Red value is 206 (80.86% from 255 or 34.05% from 605); Green value is 195 (76.56% from 255 or 32.23% from 605); Blue value is 204 (80.08% from 255 or 33.72% from 605); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC3CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC3CC is #313C33. Grayscale: #C7C7C7. Windows color (decimal): -3226676 or 13419470. OLE color: 13419470.
HSL color Cylindrical-coordinate representation of color #CEC3CC: hue angle of 310.91º degrees, saturation: 0.1, 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 #CEC3CC is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 195 | 204 | - |
CMYK | 0 | 0.05 | 0.01 | 0.19 |
HSL | 310.91º | 0.1% | 0.79% | - |
HSV(B) | 310.91º | 0.05% | 0.81% | - |
XYZ | 55.87 | 56.51 | 65.09 | - |
YUV | 199.32 | 130.64 | 132.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 195 | 204 | 0 | 0.05 | 0.01 | 0.19 | 310.91 | 0.1 | 0.79 |
Hex | CE | C3 | CC | 0 | 5 | 1 | 13 | 137 | A | 4F |
Octal | 316 | 303 | 314 | 0 | 5 | 1 | 23 | 467 | 12 | 117 |
Binary | 11001110 | 11000011 | 11001100 | 0 | 101 | 1 | 10011 | 100110111 | 1010 | 1001111 |
Color Harmonies of #CEC3CC
Complementary color
Monochromatic Colors of #CEC3CC
Black with #CEC3CC
Text Example
Text Example
White with #CEC3CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC3CC; }
p { color: rgb(206,195,204); }
H1.HeaderClassName
{
color: #CEC3CC;
}
.AnyTagClassName
{
color: #CEC3CC;
}
</style>
background-color css
<style>
a { background-color: #CEC3CC; }
a { background-color: rgb(206,195,204); }
div.DivClassName
{
background-color: #CEC3CC;
}
.BgClassName
{
background-color: #CEC3CC;
}
</style>
border-color css
<style>
span { border-color: #CEC3CC; }
span { border-color: rgb(206,195,204); }
td.TdClassName
{
border-color: #CEC3CC;
}
.TagClassName
{
border-color: #CEC3CC;
}
</style>