Shades of Thistle #DCC2D9
Tints of Thistle #DCC2D9
RGB
CMYK
RGB Variations
Color information
#DCC2D9 (or 0xDCC2D9) is known color: Thistle. HEX triplet: DC, C2 and D9. RGB value is (220,194,217). Sum of RGB (Red+Green+Blue) = 220+194+217=631 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.87% from 631); Green value is 194 (76.17% from 255 or 30.74% from 631); Blue value is 217 (85.16% from 255 or 34.39% from 631); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC2D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC2D9 is #233D26. Grayscale: #CCCCCC. Windows color (decimal): -2309415 or 14271196. OLE color: 14271196.
HSL color Cylindrical-coordinate representation of color #DCC2D9: hue angle of 306.92º degrees, saturation: 0.27, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DCC2D9 is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 194 | 217 | - |
CMYK | 0 | 0.12 | 0.01 | 0.14 |
HSL | 306.92º | 0.27% | 0.81% | - |
HSV(B) | 306.92º | 0.12% | 0.86% | - |
XYZ | 61.33 | 58.81 | 73.76 | - |
YUV | 204.4 | 135.11 | 139.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 194 | 217 | 0 | 0.12 | 0.01 | 0.14 | 306.92 | 0.27 | 0.81 |
Hex | DC | C2 | D9 | 0 | C | 1 | E | 133 | 1B | 51 |
Octal | 334 | 302 | 331 | 0 | 14 | 1 | 16 | 463 | 33 | 121 |
Binary | 11011100 | 11000010 | 11011001 | 0 | 1100 | 1 | 1110 | 100110011 | 11011 | 1010001 |
Color Harmonies of #DCC2D9
Complementary color
Monochromatic Colors of #DCC2D9
Black with #DCC2D9
Text Example
Text Example
White with #DCC2D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC2D9; }
p { color: rgb(220,194,217); }
H1.HeaderClassName
{
color: #DCC2D9;
}
.AnyTagClassName
{
color: #DCC2D9;
}
</style>
background-color css
<style>
a { background-color: #DCC2D9; }
a { background-color: rgb(220,194,217); }
div.DivClassName
{
background-color: #DCC2D9;
}
.BgClassName
{
background-color: #DCC2D9;
}
</style>
border-color css
<style>
span { border-color: #DCC2D9; }
span { border-color: rgb(220,194,217); }
td.TdClassName
{
border-color: #DCC2D9;
}
.TagClassName
{
border-color: #DCC2D9;
}
</style>