Shades of Thistle #DCC4E2
Tints of Thistle #DCC4E2
RGB
CMYK
RGB Variations
Color information
#DCC4E2 (or 0xDCC4E2) is known color: Thistle. HEX triplet: DC, C4 and E2. RGB value is (220,196,226). Sum of RGB (Red+Green+Blue) = 220+196+226=642 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.27% from 642); Green value is 196 (76.95% from 255 or 30.53% from 642); Blue value is 226 (88.67% from 255 or 35.20% from 642); Max value from RGB is 226 - color contains mainly: blue. Hex color #DCC4E2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC4E2 is #233B1D. Grayscale: #CECECE. Windows color (decimal): -2308894 or 14861532. OLE color: 14861532.
HSL color Cylindrical-coordinate representation of color #DCC4E2: hue angle of 288º degrees, saturation: 0.34, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DCC4E2 is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 196 | 226 | - |
| CMYK | 0.03 | 0.13 | 0 | 0.11 |
| HSL | 288º | 0.34% | 0.83% | - |
| HSV(B) | 288º | 0.13% | 0.89% | - |
| XYZ | 62.98 | 60.19 | 80.25 | - |
| YUV | 206.6 | 138.95 | 137.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 196 | 226 | 0.03 | 0.13 | 0 | 0.11 | 288 | 0.34 | 0.83 |
| Hex | DC | C4 | E2 | 3 | D | 0 | B | 120 | 22 | 53 |
| Octal | 334 | 304 | 342 | 3 | 15 | 0 | 13 | 440 | 42 | 123 |
| Binary | 11011100 | 11000100 | 11100010 | 11 | 1101 | 0 | 1011 | 100100000 | 100010 | 1010011 |
Color Harmonies of #DCC4E2
Complementary color
Monochromatic Colors of #DCC4E2
Black with #DCC4E2
Text Example
Text Example
White with #DCC4E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC4E2; }
p { color: rgb(220,196,226); }
H1.HeaderClassName
{
color: #DCC4E2;
}
.AnyTagClassName
{
color: #DCC4E2;
}
</style>
background-color css
<style>
a { background-color: #DCC4E2; }
a { background-color: rgb(220,196,226); }
div.DivClassName
{
background-color: #DCC4E2;
}
.BgClassName
{
background-color: #DCC4E2;
}
</style>
border-color css
<style>
span { border-color: #DCC4E2; }
span { border-color: rgb(220,196,226); }
td.TdClassName
{
border-color: #DCC4E2;
}
.TagClassName
{
border-color: #DCC4E2;
}
</style>