Shades of Thistle #D6CBD4
Tints of Thistle #D6CBD4
RGB
CMYK
RGB Variations
Color information
#D6CBD4 (or 0xD6CBD4) is known color: Thistle. HEX triplet: D6, CB and D4. RGB value is (214,203,212). Sum of RGB (Red+Green+Blue) = 214+203+212=629 (83% of max value = 765). Red value is 214 (83.98% from 255 or 34.02% from 629); Green value is 203 (79.69% from 255 or 32.27% from 629); Blue value is 212 (83.20% from 255 or 33.70% from 629); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CBD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CBD4 is #29342B. Grayscale: #CFCFCF. Windows color (decimal): -2700332 or 13945814. OLE color: 13945814.
HSL color Cylindrical-coordinate representation of color #D6CBD4: hue angle of 310.91º degrees, saturation: 0.12, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D6CBD4 is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 203 | 212 | - |
| CMYK | 0 | 0.05 | 0.01 | 0.16 |
| HSL | 310.91º | 0.12% | 0.82% | - |
| HSV(B) | 310.91º | 0.05% | 0.84% | - |
| XYZ | 60.97 | 61.76 | 70.99 | - |
| YUV | 207.32 | 130.64 | 132.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 203 | 212 | 0 | 0.05 | 0.01 | 0.16 | 310.91 | 0.12 | 0.82 |
| Hex | D6 | CB | D4 | 0 | 5 | 1 | 10 | 137 | C | 52 |
| Octal | 326 | 313 | 324 | 0 | 5 | 1 | 20 | 467 | 14 | 122 |
| Binary | 11010110 | 11001011 | 11010100 | 0 | 101 | 1 | 10000 | 100110111 | 1100 | 1010010 |
Color Harmonies of #D6CBD4
Complementary color
Monochromatic Colors of #D6CBD4
Black with #D6CBD4
Text Example
Text Example
White with #D6CBD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CBD4; }
p { color: rgb(214,203,212); }
H1.HeaderClassName
{
color: #D6CBD4;
}
.AnyTagClassName
{
color: #D6CBD4;
}
</style>
background-color css
<style>
a { background-color: #D6CBD4; }
a { background-color: rgb(214,203,212); }
div.DivClassName
{
background-color: #D6CBD4;
}
.BgClassName
{
background-color: #D6CBD4;
}
</style>
border-color css
<style>
span { border-color: #D6CBD4; }
span { border-color: rgb(214,203,212); }
td.TdClassName
{
border-color: #D6CBD4;
}
.TagClassName
{
border-color: #D6CBD4;
}
</style>