Shades of Thistle #D6CCD6
Tints of Thistle #D6CCD6
RGB
CMYK
RGB Variations
Color information
#D6CCD6 (or 0xD6CCD6) is known color: Thistle. HEX triplet: D6, CC and D6. RGB value is (214,204,214). Sum of RGB (Red+Green+Blue) = 214+204+214=632 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.86% from 632); Green value is 204 (80.08% from 255 or 32.28% from 632); Blue value is 214 (83.98% from 255 or 33.86% from 632); Max value from RGB is 214 - color contains mainly: red, blue. Hex color #D6CCD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CCD6 is #293329. Grayscale: #D0D0D0. Windows color (decimal): -2700074 or 14077142. OLE color: 14077142.
HSL color Cylindrical-coordinate representation of color #D6CCD6: hue angle of 300º degrees, saturation: 0.11, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D6CCD6 is Cyan = 0, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 214 | 204 | 214 | - |
CMYK | 0 | 0.05 | 0 | 0.16 |
HSL | 300º | 0.11% | 0.82% | - |
HSV(B) | 300º | 0.05% | 0.84% | - |
XYZ | 61.46 | 62.34 | 72.41 | - |
YUV | 208.13 | 131.31 | 132.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 214 | 204 | 214 | 0 | 0.05 | 0 | 0.16 | 300 | 0.11 | 0.82 |
Hex | D6 | CC | D6 | 0 | 5 | 0 | 10 | 12C | B | 52 |
Octal | 326 | 314 | 326 | 0 | 5 | 0 | 20 | 454 | 13 | 122 |
Binary | 11010110 | 11001100 | 11010110 | 0 | 101 | 0 | 10000 | 100101100 | 1011 | 1010010 |
Color Harmonies of #D6CCD6
Complementary color
Monochromatic Colors of #D6CCD6
Black with #D6CCD6
Text Example
Text Example
White with #D6CCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CCD6; }
p { color: rgb(214,204,214); }
H1.HeaderClassName
{
color: #D6CCD6;
}
.AnyTagClassName
{
color: #D6CCD6;
}
</style>
background-color css
<style>
a { background-color: #D6CCD6; }
a { background-color: rgb(214,204,214); }
div.DivClassName
{
background-color: #D6CCD6;
}
.BgClassName
{
background-color: #D6CCD6;
}
</style>
border-color css
<style>
span { border-color: #D6CCD6; }
span { border-color: rgb(214,204,214); }
td.TdClassName
{
border-color: #D6CCD6;
}
.TagClassName
{
border-color: #D6CCD6;
}
</style>