Shades of Thistle #D9C3DF
Tints of Thistle #D9C3DF
RGB
CMYK
RGB Variations
Color information
#D9C3DF (or 0xD9C3DF) is known color: Thistle. HEX triplet: D9, C3 and DF. RGB value is (217,195,223). Sum of RGB (Red+Green+Blue) = 217+195+223=635 (84% of max value = 765). Red value is 217 (85.16% from 255 or 34.17% from 635); Green value is 195 (76.56% from 255 or 30.71% from 635); Blue value is 223 (87.5% from 255 or 35.12% from 635); Max value from RGB is 223 - color contains mainly: blue. Hex color #D9C3DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C3DF is #263C20. Grayscale: #CCCCCC. Windows color (decimal): -2505761 or 14664665. OLE color: 14664665.
HSL color Cylindrical-coordinate representation of color #D9C3DF: hue angle of 287.14º degrees, saturation: 0.3, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D9C3DF is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 195 | 223 | - |
| CMYK | 0.03 | 0.13 | 0 | 0.13 |
| HSL | 287.14º | 0.3% | 0.82% | - |
| HSV(B) | 287.14º | 0.13% | 0.87% | - |
| XYZ | 61.45 | 59.11 | 77.98 | - |
| YUV | 204.77 | 138.29 | 136.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 195 | 223 | 0.03 | 0.13 | 0 | 0.13 | 287.14 | 0.3 | 0.82 |
| Hex | D9 | C3 | DF | 3 | D | 0 | D | 11F | 1E | 52 |
| Octal | 331 | 303 | 337 | 3 | 15 | 0 | 15 | 437 | 36 | 122 |
| Binary | 11011001 | 11000011 | 11011111 | 11 | 1101 | 0 | 1101 | 100011111 | 11110 | 1010010 |
Color Harmonies of #D9C3DF
Complementary color
Monochromatic Colors of #D9C3DF
Black with #D9C3DF
Text Example
Text Example
White with #D9C3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C3DF; }
p { color: rgb(217,195,223); }
H1.HeaderClassName
{
color: #D9C3DF;
}
.AnyTagClassName
{
color: #D9C3DF;
}
</style>
background-color css
<style>
a { background-color: #D9C3DF; }
a { background-color: rgb(217,195,223); }
div.DivClassName
{
background-color: #D9C3DF;
}
.BgClassName
{
background-color: #D9C3DF;
}
</style>
border-color css
<style>
span { border-color: #D9C3DF; }
span { border-color: rgb(217,195,223); }
td.TdClassName
{
border-color: #D9C3DF;
}
.TagClassName
{
border-color: #D9C3DF;
}
</style>