Shades of Thistle #D8C8DB
Tints of Thistle #D8C8DB
RGB
CMYK
RGB Variations
Color information
#D8C8DB (or 0xD8C8DB) is known color: Thistle. HEX triplet: D8, C8 and DB. RGB value is (216,200,219). Sum of RGB (Red+Green+Blue) = 216+200+219=635 (84% of max value = 765). Red value is 216 (84.77% from 255 or 34.02% from 635); Green value is 200 (78.52% from 255 or 31.50% 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 #D8C8DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8C8DB is #273724. Grayscale: #CECECE. Windows color (decimal): -2570021 or 14403800. OLE color: 14403800.
HSL color Cylindrical-coordinate representation of color #D8C8DB: hue angle of 290.53º degrees, saturation: 0.21, 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 #D8C8DB is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 216 | 200 | 219 | - |
CMYK | 0.01 | 0.09 | 0 | 0.14 |
HSL | 290.53º | 0.21% | 0.82% | - |
HSV(B) | 290.53º | 0.09% | 0.86% | - |
XYZ | 61.76 | 61.02 | 75.54 | - |
YUV | 206.95 | 134.8 | 134.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 216 | 200 | 219 | 0.01 | 0.09 | 0 | 0.14 | 290.53 | 0.21 | 0.82 |
Hex | D8 | C8 | DB | 1 | 9 | 0 | E | 123 | 15 | 52 |
Octal | 330 | 310 | 333 | 1 | 11 | 0 | 16 | 443 | 25 | 122 |
Binary | 11011000 | 11001000 | 11011011 | 1 | 1001 | 0 | 1110 | 100100011 | 10101 | 1010010 |
Color Harmonies of #D8C8DB
Complementary color
Monochromatic Colors of #D8C8DB
Black with #D8C8DB
Text Example
Text Example
White with #D8C8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C8DB; }
p { color: rgb(216,200,219); }
H1.HeaderClassName
{
color: #D8C8DB;
}
.AnyTagClassName
{
color: #D8C8DB;
}
</style>
background-color css
<style>
a { background-color: #D8C8DB; }
a { background-color: rgb(216,200,219); }
div.DivClassName
{
background-color: #D8C8DB;
}
.BgClassName
{
background-color: #D8C8DB;
}
</style>
border-color css
<style>
span { border-color: #D8C8DB; }
span { border-color: rgb(216,200,219); }
td.TdClassName
{
border-color: #D8C8DB;
}
.TagClassName
{
border-color: #D8C8DB;
}
</style>