Shades of Thistle #CDBECB
Tints of Thistle #CDBECB
RGB
CMYK
RGB Variations
Color information
#CDBECB (or 0xCDBECB) is known color: Thistle. HEX triplet: CD, BE and CB. RGB value is (205,190,203). Sum of RGB (Red+Green+Blue) = 205+190+203=598 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.28% from 598); Green value is 190 (74.61% from 255 or 31.77% from 598); Blue value is 203 (79.69% from 255 or 33.95% from 598); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBECB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDBECB is #324134. Grayscale: #C3C3C3. Windows color (decimal): -3293493 or 13352653. OLE color: 13352653.
HSL color Cylindrical-coordinate representation of color #CDBECB: hue angle of 308º 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 #CDBECB is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 190 | 203 | - |
| CMYK | 0 | 0.07 | 0.01 | 0.20 |
| HSL | 308º | 0.13% | 0.77% | - |
| HSV(B) | 308º | 0.07% | 0.8% | - |
| XYZ | 54.37 | 54.12 | 64.08 | - |
| YUV | 195.97 | 131.97 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 190 | 203 | 0 | 0.07 | 0.01 | 0.20 | 308 | 0.13 | 0.77 |
| Hex | CD | BE | CB | 0 | 7 | 1 | 14 | 134 | D | 4D |
| Octal | 315 | 276 | 313 | 0 | 7 | 1 | 24 | 464 | 15 | 115 |
| Binary | 11001101 | 10111110 | 11001011 | 0 | 111 | 1 | 10100 | 100110100 | 1101 | 1001101 |
Color Harmonies of #CDBECB
Complementary color
Monochromatic Colors of #CDBECB
Black with #CDBECB
Text Example
Text Example
White with #CDBECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDBECB; }
p { color: rgb(205,190,203); }
H1.HeaderClassName
{
color: #CDBECB;
}
.AnyTagClassName
{
color: #CDBECB;
}
</style>
background-color css
<style>
a { background-color: #CDBECB; }
a { background-color: rgb(205,190,203); }
div.DivClassName
{
background-color: #CDBECB;
}
.BgClassName
{
background-color: #CDBECB;
}
</style>
border-color css
<style>
span { border-color: #CDBECB; }
span { border-color: rgb(205,190,203); }
td.TdClassName
{
border-color: #CDBECB;
}
.TagClassName
{
border-color: #CDBECB;
}
</style>