Shades of Thistle #D9C7DB
Tints of Thistle #D9C7DB
RGB
CMYK
RGB Variations
Color information
#D9C7DB (or 0xD9C7DB) is known color: Thistle. HEX triplet: D9, C7 and DB. RGB value is (217,199,219). Sum of RGB (Red+Green+Blue) = 217+199+219=635 (84% of max value = 765). Red value is 217 (85.16% from 255 or 34.17% from 635); Green value is 199 (78.12% from 255 or 31.34% from 635); Blue value is 219 (85.94% from 255 or 34.49% from 635); Max value from RGB is 219 - color contains mainly: blue. Hex color #D9C7DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C7DB is #263824. Grayscale: #CECECE. Windows color (decimal): -2504741 or 14403545. OLE color: 14403545.
HSL color Cylindrical-coordinate representation of color #D9C7DB: hue angle of 294º degrees, saturation: 0.22, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D9C7DB is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 217 | 199 | 219 | - |
CMYK | 0.01 | 0.09 | 0 | 0.14 |
HSL | 294º | 0.22% | 0.82% | - |
HSV(B) | 294º | 0.09% | 0.86% | - |
XYZ | 61.82 | 60.71 | 75.48 | - |
YUV | 206.66 | 134.96 | 135.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 199 | 219 | 0.01 | 0.09 | 0 | 0.14 | 294 | 0.22 | 0.82 |
Hex | D9 | C7 | DB | 1 | 9 | 0 | E | 126 | 16 | 52 |
Octal | 331 | 307 | 333 | 1 | 11 | 0 | 16 | 446 | 26 | 122 |
Binary | 11011001 | 11000111 | 11011011 | 1 | 1001 | 0 | 1110 | 100100110 | 10110 | 1010010 |
Color Harmonies of #D9C7DB
Complementary color
Monochromatic Colors of #D9C7DB
Black with #D9C7DB
Text Example
Text Example
White with #D9C7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C7DB; }
p { color: rgb(217,199,219); }
H1.HeaderClassName
{
color: #D9C7DB;
}
.AnyTagClassName
{
color: #D9C7DB;
}
</style>
background-color css
<style>
a { background-color: #D9C7DB; }
a { background-color: rgb(217,199,219); }
div.DivClassName
{
background-color: #D9C7DB;
}
.BgClassName
{
background-color: #D9C7DB;
}
</style>
border-color css
<style>
span { border-color: #D9C7DB; }
span { border-color: rgb(217,199,219); }
td.TdClassName
{
border-color: #D9C7DB;
}
.TagClassName
{
border-color: #D9C7DB;
}
</style>