Shades of Thistle #DCBEDF
Tints of Thistle #DCBEDF
RGB
CMYK
RGB Variations
Color information
#DCBEDF (or 0xDCBEDF) is known color: Thistle. HEX triplet: DC, BE and DF. RGB value is (220,190,223). Sum of RGB (Red+Green+Blue) = 220+190+223=633 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.76% from 633); Green value is 190 (74.61% from 255 or 30.02% from 633); Blue value is 223 (87.5% from 255 or 35.23% from 633); Max value from RGB is 223 - color contains mainly: blue. Hex color #DCBEDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBEDF is #234120. Grayscale: #CACACA. Windows color (decimal): -2310433 or 14663388. OLE color: 14663388.
HSL color Cylindrical-coordinate representation of color #DCBEDF: hue angle of 294.55º degrees, saturation: 0.34, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DCBEDF is Cyan = 0.01, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 190 | 223 | - |
| CMYK | 0.01 | 0.15 | 0 | 0.13 |
| HSL | 294.55º | 0.34% | 0.81% | - |
| HSV(B) | 294.55º | 0.15% | 0.87% | - |
| XYZ | 61.25 | 57.37 | 77.66 | - |
| YUV | 202.73 | 139.44 | 140.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 190 | 223 | 0.01 | 0.15 | 0 | 0.13 | 294.55 | 0.34 | 0.81 |
| Hex | DC | BE | DF | 1 | F | 0 | D | 127 | 22 | 51 |
| Octal | 334 | 276 | 337 | 1 | 17 | 0 | 15 | 447 | 42 | 121 |
| Binary | 11011100 | 10111110 | 11011111 | 1 | 1111 | 0 | 1101 | 100100111 | 100010 | 1010001 |
Color Harmonies of #DCBEDF
Complementary color
Monochromatic Colors of #DCBEDF
Black with #DCBEDF
Text Example
Text Example
White with #DCBEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBEDF; }
p { color: rgb(220,190,223); }
H1.HeaderClassName
{
color: #DCBEDF;
}
.AnyTagClassName
{
color: #DCBEDF;
}
</style>
background-color css
<style>
a { background-color: #DCBEDF; }
a { background-color: rgb(220,190,223); }
div.DivClassName
{
background-color: #DCBEDF;
}
.BgClassName
{
background-color: #DCBEDF;
}
</style>
border-color css
<style>
span { border-color: #DCBEDF; }
span { border-color: rgb(220,190,223); }
td.TdClassName
{
border-color: #DCBEDF;
}
.TagClassName
{
border-color: #DCBEDF;
}
</style>