Shades of Thistle #D8CCDA
Tints of Thistle #D8CCDA
RGB
CMYK
RGB Variations
Color information
#D8CCDA (or 0xD8CCDA) is known color: Thistle. HEX triplet: D8, CC and DA. RGB value is (216,204,218). Sum of RGB (Red+Green+Blue) = 216+204+218=638 (84% of max value = 765). Red value is 216 (84.77% from 255 or 33.86% from 638); Green value is 204 (80.08% from 255 or 31.97% from 638); Blue value is 218 (85.55% from 255 or 34.17% from 638); Max value from RGB is 218 - color contains mainly: blue. Hex color #D8CCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8CCDA is #273325. Grayscale: #D1D1D1. Windows color (decimal): -2568998 or 14339288. OLE color: 14339288.
HSL color Cylindrical-coordinate representation of color #D8CCDA: hue angle of 291.43º degrees, saturation: 0.16, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D8CCDA is Cyan = 0.01, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 204 | 218 | - |
| CMYK | 0.01 | 0.06 | 0 | 0.15 |
| HSL | 291.43º | 0.16% | 0.83% | - |
| HSV(B) | 291.43º | 0.06% | 0.85% | - |
| XYZ | 62.57 | 62.85 | 75.16 | - |
| YUV | 209.18 | 132.98 | 132.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 204 | 218 | 0.01 | 0.06 | 0 | 0.15 | 291.43 | 0.16 | 0.83 |
| Hex | D8 | CC | DA | 1 | 6 | 0 | F | 123 | 10 | 53 |
| Octal | 330 | 314 | 332 | 1 | 6 | 0 | 17 | 443 | 20 | 123 |
| Binary | 11011000 | 11001100 | 11011010 | 1 | 110 | 0 | 1111 | 100100011 | 10000 | 1010011 |
Color Harmonies of #D8CCDA
Complementary color
Monochromatic Colors of #D8CCDA
Black with #D8CCDA
Text Example
Text Example
White with #D8CCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CCDA; }
p { color: rgb(216,204,218); }
H1.HeaderClassName
{
color: #D8CCDA;
}
.AnyTagClassName
{
color: #D8CCDA;
}
</style>
background-color css
<style>
a { background-color: #D8CCDA; }
a { background-color: rgb(216,204,218); }
div.DivClassName
{
background-color: #D8CCDA;
}
.BgClassName
{
background-color: #D8CCDA;
}
</style>
border-color css
<style>
span { border-color: #D8CCDA; }
span { border-color: rgb(216,204,218); }
td.TdClassName
{
border-color: #D8CCDA;
}
.TagClassName
{
border-color: #D8CCDA;
}
</style>