Shades of Thistle #DCBEDE
Tints of Thistle #DCBEDE
RGB
CMYK
RGB Variations
Color information
#DCBEDE (or 0xDCBEDE) is known color: Thistle. HEX triplet: DC, BE and DE. RGB value is (220,190,222). Sum of RGB (Red+Green+Blue) = 220+190+222=632 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.81% from 632); Green value is 190 (74.61% from 255 or 30.06% from 632); Blue value is 222 (87.11% from 255 or 35.13% from 632); Max value from RGB is 222 - color contains mainly: blue. Hex color #DCBEDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBEDE is #234121. Grayscale: #CACACA. Windows color (decimal): -2310434 or 14597852. OLE color: 14597852.
HSL color Cylindrical-coordinate representation of color #DCBEDE: hue angle of 296.25º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DCBEDE is Cyan = 0.01, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 190 | 222 | - |
| CMYK | 0.01 | 0.14 | 0 | 0.13 |
| HSL | 296.25º | 0.33% | 0.81% | - |
| HSV(B) | 296.25º | 0.14% | 0.87% | - |
| XYZ | 61.11 | 57.32 | 76.95 | - |
| YUV | 202.62 | 138.94 | 140.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 190 | 222 | 0.01 | 0.14 | 0 | 0.13 | 296.25 | 0.33 | 0.81 |
| Hex | DC | BE | DE | 1 | E | 0 | D | 128 | 21 | 51 |
| Octal | 334 | 276 | 336 | 1 | 16 | 0 | 15 | 450 | 41 | 121 |
| Binary | 11011100 | 10111110 | 11011110 | 1 | 1110 | 0 | 1101 | 100101000 | 100001 | 1010001 |
Color Harmonies of #DCBEDE
Complementary color
Monochromatic Colors of #DCBEDE
Black with #DCBEDE
Text Example
Text Example
White with #DCBEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBEDE; }
p { color: rgb(220,190,222); }
H1.HeaderClassName
{
color: #DCBEDE;
}
.AnyTagClassName
{
color: #DCBEDE;
}
</style>
background-color css
<style>
a { background-color: #DCBEDE; }
a { background-color: rgb(220,190,222); }
div.DivClassName
{
background-color: #DCBEDE;
}
.BgClassName
{
background-color: #DCBEDE;
}
</style>
border-color css
<style>
span { border-color: #DCBEDE; }
span { border-color: rgb(220,190,222); }
td.TdClassName
{
border-color: #DCBEDE;
}
.TagClassName
{
border-color: #DCBEDE;
}
</style>