Shades of Thistle #DCCCDD
Tints of Thistle #DCCCDD
RGB
CMYK
RGB Variations
Color information
#DCCCDD (or 0xDCCCDD) is known color: Thistle. HEX triplet: DC, CC and DD. RGB value is (220,204,221). Sum of RGB (Red+Green+Blue) = 220+204+221=645 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.11% from 645); Green value is 204 (80.08% from 255 or 31.63% from 645); Blue value is 221 (86.72% from 255 or 34.26% from 645); Max value from RGB is 221 - color contains mainly: blue. Hex color #DCCCDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCCDD is #233322. Grayscale: #D2D2D2. Windows color (decimal): -2306851 or 14535900. OLE color: 14535900.
HSL color Cylindrical-coordinate representation of color #DCCCDD: hue angle of 296.47º degrees, saturation: 0.2, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DCCCDD is Cyan = 0.00, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 220 | 204 | 221 | - |
CMYK | 0.00 | 0.08 | 0 | 0.13 |
HSL | 296.47º | 0.2% | 0.83% | - |
HSV(B) | 296.47º | 0.08% | 0.87% | - |
XYZ | 64.16 | 63.62 | 77.31 | - |
YUV | 210.72 | 133.8 | 134.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 204 | 221 | 0.00 | 0.08 | 0 | 0.13 | 296.47 | 0.2 | 0.83 |
Hex | DC | CC | DD | 0 | 8 | 0 | D | 128 | 14 | 53 |
Octal | 334 | 314 | 335 | 0 | 10 | 0 | 15 | 450 | 24 | 123 |
Binary | 11011100 | 11001100 | 11011101 | 0 | 1000 | 0 | 1101 | 100101000 | 10100 | 1010011 |
Color Harmonies of #DCCCDD
Complementary color
Monochromatic Colors of #DCCCDD
Black with #DCCCDD
Text Example
Text Example
White with #DCCCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCCDD; }
p { color: rgb(220,204,221); }
H1.HeaderClassName
{
color: #DCCCDD;
}
.AnyTagClassName
{
color: #DCCCDD;
}
</style>
background-color css
<style>
a { background-color: #DCCCDD; }
a { background-color: rgb(220,204,221); }
div.DivClassName
{
background-color: #DCCCDD;
}
.BgClassName
{
background-color: #DCCCDD;
}
</style>
border-color css
<style>
span { border-color: #DCCCDD; }
span { border-color: rgb(220,204,221); }
td.TdClassName
{
border-color: #DCCCDD;
}
.TagClassName
{
border-color: #DCCCDD;
}
</style>