Shades of Thistle #CCC1CD
Tints of Thistle #CCC1CD
RGB
CMYK
RGB Variations
Color information
#CCC1CD (or 0xCCC1CD) is known color: Thistle. HEX triplet: CC, C1 and CD. RGB value is (204,193,205). Sum of RGB (Red+Green+Blue) = 204+193+205=602 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.89% from 602); Green value is 193 (75.78% from 255 or 32.06% from 602); Blue value is 205 (80.47% from 255 or 34.05% from 602); Max value from RGB is 205 - color contains mainly: blue. Hex color #CCC1CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC1CD is #333E32. Grayscale: #C5C5C5. Windows color (decimal): -3358259 or 13484492. OLE color: 13484492.
HSL color Cylindrical-coordinate representation of color #CCC1CD: hue angle of 295º degrees, saturation: 0.11, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CCC1CD is Cyan = 0.00, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 204 | 193 | 205 | - |
CMYK | 0.00 | 0.06 | 0 | 0.20 |
HSL | 295º | 0.11% | 0.78% | - |
HSV(B) | 295º | 0.06% | 0.8% | - |
XYZ | 54.99 | 55.39 | 65.55 | - |
YUV | 197.66 | 132.14 | 132.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 193 | 205 | 0.00 | 0.06 | 0 | 0.20 | 295 | 0.11 | 0.78 |
Hex | CC | C1 | CD | 0 | 6 | 0 | 14 | 127 | B | 4E |
Octal | 314 | 301 | 315 | 0 | 6 | 0 | 24 | 447 | 13 | 116 |
Binary | 11001100 | 11000001 | 11001101 | 0 | 110 | 0 | 10100 | 100100111 | 1011 | 1001110 |
Color Harmonies of #CCC1CD
Complementary color
Monochromatic Colors of #CCC1CD
Black with #CCC1CD
Text Example
Text Example
White with #CCC1CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC1CD; }
p { color: rgb(204,193,205); }
H1.HeaderClassName
{
color: #CCC1CD;
}
.AnyTagClassName
{
color: #CCC1CD;
}
</style>
background-color css
<style>
a { background-color: #CCC1CD; }
a { background-color: rgb(204,193,205); }
div.DivClassName
{
background-color: #CCC1CD;
}
.BgClassName
{
background-color: #CCC1CD;
}
</style>
border-color css
<style>
span { border-color: #CCC1CD; }
span { border-color: rgb(204,193,205); }
td.TdClassName
{
border-color: #CCC1CD;
}
.TagClassName
{
border-color: #CCC1CD;
}
</style>