Shades of Thistle #DCBFE5
Tints of Thistle #DCBFE5
RGB
CMYK
RGB Variations
Color information
#DCBFE5 (or 0xDCBFE5) is known color: Thistle. HEX triplet: DC, BF and E5. RGB value is (220,191,229). Sum of RGB (Red+Green+Blue) = 220+191+229=640 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.38% from 640); Green value is 191 (75% from 255 or 29.84% from 640); Blue value is 229 (89.84% from 255 or 35.78% from 640); Max value from RGB is 229 - color contains mainly: blue. Hex color #DCBFE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBFE5 is #23401A. Grayscale: #CBCBCB. Windows color (decimal): -2310171 or 15056860. OLE color: 15056860.
HSL color Cylindrical-coordinate representation of color #DCBFE5: hue angle of 285.79º degrees, saturation: 0.42, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DCBFE5 is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 191 | 229 | - |
| CMYK | 0.04 | 0.17 | 0 | 0.10 |
| HSL | 285.79º | 0.42% | 0.82% | - |
| HSV(B) | 285.79º | 0.17% | 0.9% | - |
| XYZ | 62.29 | 58.13 | 82.07 | - |
| YUV | 204 | 142.11 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 191 | 229 | 0.04 | 0.17 | 0 | 0.10 | 285.79 | 0.42 | 0.82 |
| Hex | DC | BF | E5 | 4 | 11 | 0 | A | 11E | 2A | 52 |
| Octal | 334 | 277 | 345 | 4 | 21 | 0 | 12 | 436 | 52 | 122 |
| Binary | 11011100 | 10111111 | 11100101 | 100 | 10001 | 0 | 1010 | 100011110 | 101010 | 1010010 |
Color Harmonies of #DCBFE5
Complementary color
Monochromatic Colors of #DCBFE5
Black with #DCBFE5
Text Example
Text Example
White with #DCBFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBFE5; }
p { color: rgb(220,191,229); }
H1.HeaderClassName
{
color: #DCBFE5;
}
.AnyTagClassName
{
color: #DCBFE5;
}
</style>
background-color css
<style>
a { background-color: #DCBFE5; }
a { background-color: rgb(220,191,229); }
div.DivClassName
{
background-color: #DCBFE5;
}
.BgClassName
{
background-color: #DCBFE5;
}
</style>
border-color css
<style>
span { border-color: #DCBFE5; }
span { border-color: rgb(220,191,229); }
td.TdClassName
{
border-color: #DCBFE5;
}
.TagClassName
{
border-color: #DCBFE5;
}
</style>