Shades of Thistle #DCC0E4
Tints of Thistle #DCC0E4
RGB
CMYK
RGB Variations
Color information
#DCC0E4 (or 0xDCC0E4) is known color: Thistle. HEX triplet: DC, C0 and E4. RGB value is (220,192,228). Sum of RGB (Red+Green+Blue) = 220+192+228=640 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.38% from 640); Green value is 192 (75.39% from 255 or 30% from 640); Blue value is 228 (89.45% from 255 or 35.62% from 640); Max value from RGB is 228 - color contains mainly: blue. Hex color #DCC0E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC0E4 is #233F1B. Grayscale: #CCCCCC. Windows color (decimal): -2309916 or 14991580. OLE color: 14991580.
HSL color Cylindrical-coordinate representation of color #DCC0E4: hue angle of 286.67º degrees, saturation: 0.4, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DCC0E4 is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 192 | 228 | - |
| CMYK | 0.04 | 0.16 | 0 | 0.11 |
| HSL | 286.67º | 0.4% | 0.82% | - |
| HSV(B) | 286.67º | 0.16% | 0.89% | - |
| XYZ | 62.37 | 58.52 | 81.41 | - |
| YUV | 204.48 | 141.28 | 139.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 192 | 228 | 0.04 | 0.16 | 0 | 0.11 | 286.67 | 0.4 | 0.82 |
| Hex | DC | C0 | E4 | 4 | 10 | 0 | B | 11F | 28 | 52 |
| Octal | 334 | 300 | 344 | 4 | 20 | 0 | 13 | 437 | 50 | 122 |
| Binary | 11011100 | 11000000 | 11100100 | 100 | 10000 | 0 | 1011 | 100011111 | 101000 | 1010010 |
Color Harmonies of #DCC0E4
Complementary color
Monochromatic Colors of #DCC0E4
Black with #DCC0E4
Text Example
Text Example
White with #DCC0E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC0E4; }
p { color: rgb(220,192,228); }
H1.HeaderClassName
{
color: #DCC0E4;
}
.AnyTagClassName
{
color: #DCC0E4;
}
</style>
background-color css
<style>
a { background-color: #DCC0E4; }
a { background-color: rgb(220,192,228); }
div.DivClassName
{
background-color: #DCC0E4;
}
.BgClassName
{
background-color: #DCC0E4;
}
</style>
border-color css
<style>
span { border-color: #DCC0E4; }
span { border-color: rgb(220,192,228); }
td.TdClassName
{
border-color: #DCC0E4;
}
.TagClassName
{
border-color: #DCC0E4;
}
</style>