Shades of Thistle #D8CDDA
Tints of Thistle #D8CDDA
RGB
CMYK
RGB Variations
Color information
#D8CDDA (or 0xD8CDDA) is known color: Thistle. HEX triplet: D8, CD and DA. RGB value is (216,205,218). Sum of RGB (Red+Green+Blue) = 216+205+218=639 (84% of max value = 765). Red value is 216 (84.77% from 255 or 33.80% from 639); Green value is 205 (80.47% from 255 or 32.08% from 639); Blue value is 218 (85.55% from 255 or 34.12% from 639); Max value from RGB is 218 - color contains mainly: blue. Hex color #D8CDDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8CDDA is #273225. Grayscale: #D1D1D1. Windows color (decimal): -2568742 or 14339544. OLE color: 14339544.
HSL color Cylindrical-coordinate representation of color #D8CDDA: hue angle of 290.77º degrees, saturation: 0.15, 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 #D8CDDA is Cyan = 0.01, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 216 | 205 | 218 | - |
CMYK | 0.01 | 0.06 | 0 | 0.15 |
HSL | 290.77º | 0.15% | 0.83% | - |
HSV(B) | 290.77º | 0.06% | 0.85% | - |
XYZ | 62.81 | 63.32 | 75.24 | - |
YUV | 209.77 | 132.64 | 132.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 216 | 205 | 218 | 0.01 | 0.06 | 0 | 0.15 | 290.77 | 0.15 | 0.83 |
Hex | D8 | CD | DA | 1 | 6 | 0 | F | 123 | F | 53 |
Octal | 330 | 315 | 332 | 1 | 6 | 0 | 17 | 443 | 17 | 123 |
Binary | 11011000 | 11001101 | 11011010 | 1 | 110 | 0 | 1111 | 100100011 | 1111 | 1010011 |
Color Harmonies of #D8CDDA
Complementary color
Monochromatic Colors of #D8CDDA
Black with #D8CDDA
Text Example
Text Example
White with #D8CDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CDDA; }
p { color: rgb(216,205,218); }
H1.HeaderClassName
{
color: #D8CDDA;
}
.AnyTagClassName
{
color: #D8CDDA;
}
</style>
background-color css
<style>
a { background-color: #D8CDDA; }
a { background-color: rgb(216,205,218); }
div.DivClassName
{
background-color: #D8CDDA;
}
.BgClassName
{
background-color: #D8CDDA;
}
</style>
border-color css
<style>
span { border-color: #D8CDDA; }
span { border-color: rgb(216,205,218); }
td.TdClassName
{
border-color: #D8CDDA;
}
.TagClassName
{
border-color: #D8CDDA;
}
</style>