Shades of Thistle #D9CBD9
Tints of Thistle #D9CBD9
RGB
CMYK
RGB Variations
Color information
#D9CBD9 (or 0xD9CBD9) is known color: Thistle. HEX triplet: D9, CB and D9. RGB value is (217,203,217). Sum of RGB (Red+Green+Blue) = 217+203+217=637 (84% of max value = 765). Red value is 217 (85.16% from 255 or 34.07% from 637); Green value is 203 (79.69% from 255 or 31.87% from 637); Blue value is 217 (85.16% from 255 or 34.07% from 637); Max value from RGB is 217 - color contains mainly: red, blue. Hex color #D9CBD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CBD9 is #263426. Grayscale: #D0D0D0. Windows color (decimal): -2503719 or 14273497. OLE color: 14273497.
HSL color Cylindrical-coordinate representation of color #D9CBD9: hue angle of 300º degrees, saturation: 0.16, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D9CBD9 is Cyan = 0, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 203 | 217 | - |
| CMYK | 0 | 0.06 | 0 | 0.15 |
| HSL | 300º | 0.16% | 0.82% | - |
| HSV(B) | 300º | 0.06% | 0.85% | - |
| XYZ | 62.5 | 62.47 | 74.41 | - |
| YUV | 208.78 | 132.64 | 133.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 203 | 217 | 0 | 0.06 | 0 | 0.15 | 300 | 0.16 | 0.82 |
| Hex | D9 | CB | D9 | 0 | 6 | 0 | F | 12C | 10 | 52 |
| Octal | 331 | 313 | 331 | 0 | 6 | 0 | 17 | 454 | 20 | 122 |
| Binary | 11011001 | 11001011 | 11011001 | 0 | 110 | 0 | 1111 | 100101100 | 10000 | 1010010 |
Color Harmonies of #D9CBD9
Complementary color
Monochromatic Colors of #D9CBD9
Black with #D9CBD9
Text Example
Text Example
White with #D9CBD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CBD9; }
p { color: rgb(217,203,217); }
H1.HeaderClassName
{
color: #D9CBD9;
}
.AnyTagClassName
{
color: #D9CBD9;
}
</style>
background-color css
<style>
a { background-color: #D9CBD9; }
a { background-color: rgb(217,203,217); }
div.DivClassName
{
background-color: #D9CBD9;
}
.BgClassName
{
background-color: #D9CBD9;
}
</style>
border-color css
<style>
span { border-color: #D9CBD9; }
span { border-color: rgb(217,203,217); }
td.TdClassName
{
border-color: #D9CBD9;
}
.TagClassName
{
border-color: #D9CBD9;
}
</style>