Shades of Thistle #D6CDD5
Tints of Thistle #D6CDD5
RGB
CMYK
RGB Variations
Color information
#D6CDD5 (or 0xD6CDD5) is known color: Thistle. HEX triplet: D6, CD and D5. RGB value is (214,205,213). Sum of RGB (Red+Green+Blue) = 214+205+213=632 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.86% from 632); Green value is 205 (80.47% from 255 or 32.44% from 632); Blue value is 213 (83.59% from 255 or 33.70% from 632); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CDD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CDD5 is #29322A. Grayscale: #D0D0D0. Windows color (decimal): -2699819 or 14011862. OLE color: 14011862.
HSL color Cylindrical-coordinate representation of color #D6CDD5: hue angle of 306.67º degrees, saturation: 0.1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D6CDD5 is Cyan = 0, Magento = 0.04, Yellow = 0.00 and Black (K on CMYK) = 0.16.
Color convert
RGB | 214 | 205 | 213 | - |
CMYK | 0 | 0.04 | 0.00 | 0.16 |
HSL | 306.67º | 0.1% | 0.82% | - |
HSV(B) | 306.67º | 0.04% | 0.84% | - |
XYZ | 61.57 | 62.76 | 71.82 | - |
YUV | 208.6 | 130.48 | 131.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 214 | 205 | 213 | 0 | 0.04 | 0.00 | 0.16 | 306.67 | 0.1 | 0.82 |
Hex | D6 | CD | D5 | 0 | 4 | 0 | 10 | 133 | A | 52 |
Octal | 326 | 315 | 325 | 0 | 4 | 0 | 20 | 463 | 12 | 122 |
Binary | 11010110 | 11001101 | 11010101 | 0 | 100 | 0 | 10000 | 100110011 | 1010 | 1010010 |
Color Harmonies of #D6CDD5
Complementary color
Monochromatic Colors of #D6CDD5
Black with #D6CDD5
Text Example
Text Example
White with #D6CDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CDD5; }
p { color: rgb(214,205,213); }
H1.HeaderClassName
{
color: #D6CDD5;
}
.AnyTagClassName
{
color: #D6CDD5;
}
</style>
background-color css
<style>
a { background-color: #D6CDD5; }
a { background-color: rgb(214,205,213); }
div.DivClassName
{
background-color: #D6CDD5;
}
.BgClassName
{
background-color: #D6CDD5;
}
</style>
border-color css
<style>
span { border-color: #D6CDD5; }
span { border-color: rgb(214,205,213); }
td.TdClassName
{
border-color: #D6CDD5;
}
.TagClassName
{
border-color: #D6CDD5;
}
</style>