Shades of Thistle #DCBFE0
Tints of Thistle #DCBFE0
RGB
CMYK
RGB Variations
Color information
#DCBFE0 (or 0xDCBFE0) is known color: Thistle. HEX triplet: DC, BF and E0. RGB value is (220,191,224). Sum of RGB (Red+Green+Blue) = 220+191+224=635 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.65% from 635); Green value is 191 (75% from 255 or 30.08% from 635); Blue value is 224 (87.89% from 255 or 35.28% from 635); Max value from RGB is 224 - color contains mainly: blue. Hex color #DCBFE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBFE0 is #23401F. Grayscale: #CBCBCB. Windows color (decimal): -2310176 or 14729180. OLE color: 14729180.
HSL color Cylindrical-coordinate representation of color #DCBFE0: hue angle of 292.73º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DCBFE0 is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 191 | 224 | - |
| CMYK | 0.02 | 0.15 | 0 | 0.12 |
| HSL | 292.73º | 0.35% | 0.81% | - |
| HSV(B) | 292.73º | 0.15% | 0.88% | - |
| XYZ | 61.6 | 57.86 | 78.44 | - |
| YUV | 203.43 | 139.61 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 191 | 224 | 0.02 | 0.15 | 0 | 0.12 | 292.73 | 0.35 | 0.81 |
| Hex | DC | BF | E0 | 2 | F | 0 | C | 125 | 23 | 51 |
| Octal | 334 | 277 | 340 | 2 | 17 | 0 | 14 | 445 | 43 | 121 |
| Binary | 11011100 | 10111111 | 11100000 | 10 | 1111 | 0 | 1100 | 100100101 | 100011 | 1010001 |
Color Harmonies of #DCBFE0
Complementary color
Monochromatic Colors of #DCBFE0
Black with #DCBFE0
Text Example
Text Example
White with #DCBFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBFE0; }
p { color: rgb(220,191,224); }
H1.HeaderClassName
{
color: #DCBFE0;
}
.AnyTagClassName
{
color: #DCBFE0;
}
</style>
background-color css
<style>
a { background-color: #DCBFE0; }
a { background-color: rgb(220,191,224); }
div.DivClassName
{
background-color: #DCBFE0;
}
.BgClassName
{
background-color: #DCBFE0;
}
</style>
border-color css
<style>
span { border-color: #DCBFE0; }
span { border-color: rgb(220,191,224); }
td.TdClassName
{
border-color: #DCBFE0;
}
.TagClassName
{
border-color: #DCBFE0;
}
</style>