Shades of Thistle #CDB8CE
Tints of Thistle #CDB8CE
RGB
CMYK
RGB Variations
Color information
#CDB8CE (or 0xCDB8CE) is known color: Thistle. HEX triplet: CD, B8 and CE. RGB value is (205,184,206). Sum of RGB (Red+Green+Blue) = 205+184+206=595 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.45% from 595); Green value is 184 (72.27% from 255 or 30.92% from 595); Blue value is 206 (80.86% from 255 or 34.62% from 595); Max value from RGB is 206 - color contains mainly: blue. Hex color #CDB8CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDB8CE is #324731. Grayscale: #C0C0C0. Windows color (decimal): -3295026 or 13547725. OLE color: 13547725.
HSL color Cylindrical-coordinate representation of color #CDB8CE: hue angle of 297.27º degrees, saturation: 0.18, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CDB8CE is Cyan = 0.00, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 205 | 184 | 206 | - |
| CMYK | 0.00 | 0.11 | 0 | 0.19 |
| HSL | 297.27º | 0.18% | 0.76% | - |
| HSV(B) | 297.27º | 0.11% | 0.81% | - |
| XYZ | 53.46 | 51.72 | 65.56 | - |
| YUV | 192.79 | 135.46 | 136.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 184 | 206 | 0.00 | 0.11 | 0 | 0.19 | 297.27 | 0.18 | 0.76 |
| Hex | CD | B8 | CE | 0 | B | 0 | 13 | 129 | 12 | 4C |
| Octal | 315 | 270 | 316 | 0 | 13 | 0 | 23 | 451 | 22 | 114 |
| Binary | 11001101 | 10111000 | 11001110 | 0 | 1011 | 0 | 10011 | 100101001 | 10010 | 1001100 |
Color Harmonies of #CDB8CE
Complementary color
Monochromatic Colors of #CDB8CE
Black with #CDB8CE
Text Example
Text Example
White with #CDB8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB8CE; }
p { color: rgb(205,184,206); }
H1.HeaderClassName
{
color: #CDB8CE;
}
.AnyTagClassName
{
color: #CDB8CE;
}
</style>
background-color css
<style>
a { background-color: #CDB8CE; }
a { background-color: rgb(205,184,206); }
div.DivClassName
{
background-color: #CDB8CE;
}
.BgClassName
{
background-color: #CDB8CE;
}
</style>
border-color css
<style>
span { border-color: #CDB8CE; }
span { border-color: rgb(205,184,206); }
td.TdClassName
{
border-color: #CDB8CE;
}
.TagClassName
{
border-color: #CDB8CE;
}
</style>