Shades of Thistle #D9C3DB
Tints of Thistle #D9C3DB
RGB
CMYK
RGB Variations
Color information
#D9C3DB (or 0xD9C3DB) is known color: Thistle. HEX triplet: D9, C3 and DB. RGB value is (217,195,219). Sum of RGB (Red+Green+Blue) = 217+195+219=631 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.39% from 631); Green value is 195 (76.56% from 255 or 30.90% from 631); Blue value is 219 (85.94% from 255 or 34.71% from 631); Max value from RGB is 219 - color contains mainly: blue. Hex color #D9C3DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C3DB is #263C24. Grayscale: #CCCCCC. Windows color (decimal): -2505765 or 14402521. OLE color: 14402521.
HSL color Cylindrical-coordinate representation of color #D9C3DB: hue angle of 295º degrees, saturation: 0.25, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D9C3DB is Cyan = 0.01, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 217 | 195 | 219 | - |
CMYK | 0.01 | 0.11 | 0 | 0.14 |
HSL | 295º | 0.25% | 0.81% | - |
HSV(B) | 295º | 0.11% | 0.86% | - |
XYZ | 60.92 | 58.9 | 75.18 | - |
YUV | 204.31 | 136.29 | 137.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 195 | 219 | 0.01 | 0.11 | 0 | 0.14 | 295 | 0.25 | 0.81 |
Hex | D9 | C3 | DB | 1 | B | 0 | E | 127 | 19 | 51 |
Octal | 331 | 303 | 333 | 1 | 13 | 0 | 16 | 447 | 31 | 121 |
Binary | 11011001 | 11000011 | 11011011 | 1 | 1011 | 0 | 1110 | 100100111 | 11001 | 1010001 |
Color Harmonies of #D9C3DB
Complementary color
Monochromatic Colors of #D9C3DB
Black with #D9C3DB
Text Example
Text Example
White with #D9C3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C3DB; }
p { color: rgb(217,195,219); }
H1.HeaderClassName
{
color: #D9C3DB;
}
.AnyTagClassName
{
color: #D9C3DB;
}
</style>
background-color css
<style>
a { background-color: #D9C3DB; }
a { background-color: rgb(217,195,219); }
div.DivClassName
{
background-color: #D9C3DB;
}
.BgClassName
{
background-color: #D9C3DB;
}
</style>
border-color css
<style>
span { border-color: #D9C3DB; }
span { border-color: rgb(217,195,219); }
td.TdClassName
{
border-color: #D9C3DB;
}
.TagClassName
{
border-color: #D9C3DB;
}
</style>