Shades of Thistle #DCCCD9
Tints of Thistle #DCCCD9
RGB
CMYK
RGB Variations
Color information
#DCCCD9 (or 0xDCCCD9) is known color: Thistle. HEX triplet: DC, CC and D9. RGB value is (220,204,217). Sum of RGB (Red+Green+Blue) = 220+204+217=641 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.32% from 641); Green value is 204 (80.08% from 255 or 31.83% from 641); Blue value is 217 (85.16% from 255 or 33.85% from 641); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCCD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCCD9 is #233326. Grayscale: #D2D2D2. Windows color (decimal): -2306855 or 14273756. OLE color: 14273756.
HSL color Cylindrical-coordinate representation of color #DCCCD9: hue angle of 311.25º degrees, saturation: 0.19, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DCCCD9 is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 204 | 217 | - |
CMYK | 0 | 0.07 | 0.01 | 0.14 |
HSL | 311.25º | 0.19% | 0.83% | - |
HSV(B) | 311.25º | 0.07% | 0.86% | - |
XYZ | 63.63 | 63.41 | 74.53 | - |
YUV | 210.27 | 131.8 | 134.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 204 | 217 | 0 | 0.07 | 0.01 | 0.14 | 311.25 | 0.19 | 0.83 |
Hex | DC | CC | D9 | 0 | 7 | 1 | E | 137 | 13 | 53 |
Octal | 334 | 314 | 331 | 0 | 7 | 1 | 16 | 467 | 23 | 123 |
Binary | 11011100 | 11001100 | 11011001 | 0 | 111 | 1 | 1110 | 100110111 | 10011 | 1010011 |
Color Harmonies of #DCCCD9
Complementary color
Monochromatic Colors of #DCCCD9
Black with #DCCCD9
Text Example
Text Example
White with #DCCCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCCD9; }
p { color: rgb(220,204,217); }
H1.HeaderClassName
{
color: #DCCCD9;
}
.AnyTagClassName
{
color: #DCCCD9;
}
</style>
background-color css
<style>
a { background-color: #DCCCD9; }
a { background-color: rgb(220,204,217); }
div.DivClassName
{
background-color: #DCCCD9;
}
.BgClassName
{
background-color: #DCCCD9;
}
</style>
border-color css
<style>
span { border-color: #DCCCD9; }
span { border-color: rgb(220,204,217); }
td.TdClassName
{
border-color: #DCCCD9;
}
.TagClassName
{
border-color: #DCCCD9;
}
</style>