Shades of Thistle #DCBCE4
Tints of Thistle #DCBCE4
RGB
CMYK
RGB Variations
Color information
#DCBCE4 (or 0xDCBCE4) is known color: Thistle. HEX triplet: DC, BC and E4. RGB value is (220,188,228). Sum of RGB (Red+Green+Blue) = 220+188+228=636 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.59% from 636); Green value is 188 (73.83% from 255 or 29.56% from 636); Blue value is 228 (89.45% from 255 or 35.85% from 636); Max value from RGB is 228 - color contains mainly: blue. Hex color #DCBCE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBCE4 is #23431B. Grayscale: #CACACA. Windows color (decimal): -2310940 or 14990556. OLE color: 14990556.
HSL color Cylindrical-coordinate representation of color #DCBCE4: hue angle of 288º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DCBCE4 is Cyan = 0.04, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 188 | 228 | - |
| CMYK | 0.04 | 0.18 | 0 | 0.11 |
| HSL | 288º | 0.43% | 0.82% | - |
| HSV(B) | 288º | 0.18% | 0.89% | - |
| XYZ | 61.5 | 56.78 | 81.12 | - |
| YUV | 202.13 | 142.6 | 140.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 188 | 228 | 0.04 | 0.18 | 0 | 0.11 | 288 | 0.43 | 0.82 |
| Hex | DC | BC | E4 | 4 | 12 | 0 | B | 120 | 2B | 52 |
| Octal | 334 | 274 | 344 | 4 | 22 | 0 | 13 | 440 | 53 | 122 |
| Binary | 11011100 | 10111100 | 11100100 | 100 | 10010 | 0 | 1011 | 100100000 | 101011 | 1010010 |
Color Harmonies of #DCBCE4
Complementary color
Monochromatic Colors of #DCBCE4
Black with #DCBCE4
Text Example
Text Example
White with #DCBCE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBCE4; }
p { color: rgb(220,188,228); }
H1.HeaderClassName
{
color: #DCBCE4;
}
.AnyTagClassName
{
color: #DCBCE4;
}
</style>
background-color css
<style>
a { background-color: #DCBCE4; }
a { background-color: rgb(220,188,228); }
div.DivClassName
{
background-color: #DCBCE4;
}
.BgClassName
{
background-color: #DCBCE4;
}
</style>
border-color css
<style>
span { border-color: #DCBCE4; }
span { border-color: rgb(220,188,228); }
td.TdClassName
{
border-color: #DCBCE4;
}
.TagClassName
{
border-color: #DCBCE4;
}
</style>