Shades of Thistle #DCCCDC
Tints of Thistle #DCCCDC
RGB
CMYK
RGB Variations
Color information
#DCCCDC (or 0xDCCCDC) is known color: Thistle. HEX triplet: DC, CC and DC. RGB value is (220,204,220). Sum of RGB (Red+Green+Blue) = 220+204+220=644 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.16% from 644); Green value is 204 (80.08% from 255 or 31.68% from 644); Blue value is 220 (86.33% from 255 or 34.16% from 644); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DCCCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCCDC is #233323. Grayscale: #D2D2D2. Windows color (decimal): -2306852 or 14470364. OLE color: 14470364.
HSL color Cylindrical-coordinate representation of color #DCCCDC: hue angle of 300º 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 #DCCCDC is Cyan = 0, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 204 | 220 | - |
CMYK | 0 | 0.07 | 0 | 0.14 |
HSL | 300º | 0.19% | 0.83% | - |
HSV(B) | 300º | 0.07% | 0.86% | - |
XYZ | 64.03 | 63.57 | 76.61 | - |
YUV | 210.61 | 133.3 | 134.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 204 | 220 | 0 | 0.07 | 0 | 0.14 | 300 | 0.19 | 0.83 |
Hex | DC | CC | DC | 0 | 7 | 0 | E | 12C | 13 | 53 |
Octal | 334 | 314 | 334 | 0 | 7 | 0 | 16 | 454 | 23 | 123 |
Binary | 11011100 | 11001100 | 11011100 | 0 | 111 | 0 | 1110 | 100101100 | 10011 | 1010011 |
Color Harmonies of #DCCCDC
Complementary color
Monochromatic Colors of #DCCCDC
Black with #DCCCDC
Text Example
Text Example
White with #DCCCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCCDC; }
p { color: rgb(220,204,220); }
H1.HeaderClassName
{
color: #DCCCDC;
}
.AnyTagClassName
{
color: #DCCCDC;
}
</style>
background-color css
<style>
a { background-color: #DCCCDC; }
a { background-color: rgb(220,204,220); }
div.DivClassName
{
background-color: #DCCCDC;
}
.BgClassName
{
background-color: #DCCCDC;
}
</style>
border-color css
<style>
span { border-color: #DCCCDC; }
span { border-color: rgb(220,204,220); }
td.TdClassName
{
border-color: #DCCCDC;
}
.TagClassName
{
border-color: #DCCCDC;
}
</style>