Shades of Thistle #CDBECE
Tints of Thistle #CDBECE
RGB
CMYK
RGB Variations
Color information
#CDBECE (or 0xCDBECE) is known color: Thistle. HEX triplet: CD, BE and CE. RGB value is (205,190,206). Sum of RGB (Red+Green+Blue) = 205+190+206=601 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.11% from 601); Green value is 190 (74.61% from 255 or 31.61% from 601); Blue value is 206 (80.86% from 255 or 34.28% from 601); Max value from RGB is 206 - color contains mainly: blue. Hex color #CDBECE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDBECE is #324131. Grayscale: #C4C4C4. Windows color (decimal): -3293490 or 13549261. OLE color: 13549261.
HSL color Cylindrical-coordinate representation of color #CDBECE: hue angle of 296.25º degrees, saturation: 0.14, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CDBECE is Cyan = 0.00, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 205 | 190 | 206 | - |
| CMYK | 0.00 | 0.08 | 0 | 0.19 |
| HSL | 296.25º | 0.14% | 0.78% | - |
| HSV(B) | 296.25º | 0.08% | 0.81% | - |
| XYZ | 54.73 | 54.26 | 65.98 | - |
| YUV | 196.31 | 133.47 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 190 | 206 | 0.00 | 0.08 | 0 | 0.19 | 296.25 | 0.14 | 0.78 |
| Hex | CD | BE | CE | 0 | 8 | 0 | 13 | 128 | E | 4E |
| Octal | 315 | 276 | 316 | 0 | 10 | 0 | 23 | 450 | 16 | 116 |
| Binary | 11001101 | 10111110 | 11001110 | 0 | 1000 | 0 | 10011 | 100101000 | 1110 | 1001110 |
Color Harmonies of #CDBECE
Complementary color
Monochromatic Colors of #CDBECE
Black with #CDBECE
Text Example
Text Example
White with #CDBECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDBECE; }
p { color: rgb(205,190,206); }
H1.HeaderClassName
{
color: #CDBECE;
}
.AnyTagClassName
{
color: #CDBECE;
}
</style>
background-color css
<style>
a { background-color: #CDBECE; }
a { background-color: rgb(205,190,206); }
div.DivClassName
{
background-color: #CDBECE;
}
.BgClassName
{
background-color: #CDBECE;
}
</style>
border-color css
<style>
span { border-color: #CDBECE; }
span { border-color: rgb(205,190,206); }
td.TdClassName
{
border-color: #CDBECE;
}
.TagClassName
{
border-color: #CDBECE;
}
</style>