Shades of Thistle #CCBDCB
Tints of Thistle #CCBDCB
RGB
CMYK
RGB Variations
Color information
#CCBDCB (or 0xCCBDCB) is known color: Thistle. HEX triplet: CC, BD and CB. RGB value is (204,189,203). Sum of RGB (Red+Green+Blue) = 204+189+203=596 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.23% from 596); Green value is 189 (74.22% from 255 or 31.71% from 596); Blue value is 203 (79.69% from 255 or 34.06% from 596); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBDCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBDCB is #334234. Grayscale: #C3C3C3. Windows color (decimal): -3359285 or 13352396. OLE color: 13352396.
HSL color Cylindrical-coordinate representation of color #CCBDCB: hue angle of 304º degrees, saturation: 0.13, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CCBDCB is Cyan = 0, Magento = 0.07, Yellow = 0.00 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 189 | 203 | - |
CMYK | 0 | 0.07 | 0.00 | 0.2 |
HSL | 304º | 0.13% | 0.77% | - |
HSV(B) | 304º | 0.07% | 0.8% | - |
XYZ | 53.88 | 53.54 | 64 | - |
YUV | 195.08 | 132.47 | 134.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 189 | 203 | 0 | 0.07 | 0.00 | 0.2 | 304 | 0.13 | 0.77 |
Hex | CC | BD | CB | 0 | 7 | 0 | 14 | 130 | D | 4D |
Octal | 314 | 275 | 313 | 0 | 7 | 0 | 24 | 460 | 15 | 115 |
Binary | 11001100 | 10111101 | 11001011 | 0 | 111 | 0 | 10100 | 100110000 | 1101 | 1001101 |
Color Harmonies of #CCBDCB
Complementary color
Monochromatic Colors of #CCBDCB
Black with #CCBDCB
Text Example
Text Example
White with #CCBDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBDCB; }
p { color: rgb(204,189,203); }
H1.HeaderClassName
{
color: #CCBDCB;
}
.AnyTagClassName
{
color: #CCBDCB;
}
</style>
background-color css
<style>
a { background-color: #CCBDCB; }
a { background-color: rgb(204,189,203); }
div.DivClassName
{
background-color: #CCBDCB;
}
.BgClassName
{
background-color: #CCBDCB;
}
</style>
border-color css
<style>
span { border-color: #CCBDCB; }
span { border-color: rgb(204,189,203); }
td.TdClassName
{
border-color: #CCBDCB;
}
.TagClassName
{
border-color: #CCBDCB;
}
</style>