Shades of Thistle #DCC2DD
Tints of Thistle #DCC2DD
RGB
CMYK
RGB Variations
Color information
#DCC2DD (or 0xDCC2DD) is known color: Thistle. HEX triplet: DC, C2 and DD. RGB value is (220,194,221). Sum of RGB (Red+Green+Blue) = 220+194+221=635 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.65% from 635); Green value is 194 (76.17% from 255 or 30.55% from 635); Blue value is 221 (86.72% from 255 or 34.80% from 635); Max value from RGB is 221 - color contains mainly: blue. Hex color #DCC2DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC2DD is #233D22. Grayscale: #CCCCCC. Windows color (decimal): -2309411 or 14533340. OLE color: 14533340.
HSL color Cylindrical-coordinate representation of color #DCC2DD: hue angle of 297.78º degrees, saturation: 0.28, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DCC2DD is Cyan = 0.00, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 220 | 194 | 221 | - |
CMYK | 0.00 | 0.12 | 0 | 0.13 |
HSL | 297.78º | 0.28% | 0.81% | - |
HSV(B) | 297.78º | 0.12% | 0.87% | - |
XYZ | 61.86 | 59.02 | 76.54 | - |
YUV | 204.85 | 137.11 | 138.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 194 | 221 | 0.00 | 0.12 | 0 | 0.13 | 297.78 | 0.28 | 0.81 |
Hex | DC | C2 | DD | 0 | C | 0 | D | 12A | 1C | 51 |
Octal | 334 | 302 | 335 | 0 | 14 | 0 | 15 | 452 | 34 | 121 |
Binary | 11011100 | 11000010 | 11011101 | 0 | 1100 | 0 | 1101 | 100101010 | 11100 | 1010001 |
Color Harmonies of #DCC2DD
Complementary color
Monochromatic Colors of #DCC2DD
Black with #DCC2DD
Text Example
Text Example
White with #DCC2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC2DD; }
p { color: rgb(220,194,221); }
H1.HeaderClassName
{
color: #DCC2DD;
}
.AnyTagClassName
{
color: #DCC2DD;
}
</style>
background-color css
<style>
a { background-color: #DCC2DD; }
a { background-color: rgb(220,194,221); }
div.DivClassName
{
background-color: #DCC2DD;
}
.BgClassName
{
background-color: #DCC2DD;
}
</style>
border-color css
<style>
span { border-color: #DCC2DD; }
span { border-color: rgb(220,194,221); }
td.TdClassName
{
border-color: #DCC2DD;
}
.TagClassName
{
border-color: #DCC2DD;
}
</style>