Shades of Thistle #DCBEDD
Tints of Thistle #DCBEDD
RGB
CMYK
RGB Variations
Color information
#DCBEDD (or 0xDCBEDD) is known color: Thistle. HEX triplet: DC, BE and DD. RGB value is (220,190,221). Sum of RGB (Red+Green+Blue) = 220+190+221=631 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.87% from 631); Green value is 190 (74.61% from 255 or 30.11% from 631); Blue value is 221 (86.72% from 255 or 35.02% from 631); Max value from RGB is 221 - color contains mainly: blue. Hex color #DCBEDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBEDD is #234122. Grayscale: #CACACA. Windows color (decimal): -2310435 or 14532316. OLE color: 14532316.
HSL color Cylindrical-coordinate representation of color #DCBEDD: hue angle of 298.06º degrees, saturation: 0.31, 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 #DCBEDD is Cyan = 0.00, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 220 | 190 | 221 | - |
CMYK | 0.00 | 0.14 | 0 | 0.13 |
HSL | 298.06º | 0.31% | 0.81% | - |
HSV(B) | 298.06º | 0.14% | 0.87% | - |
XYZ | 60.98 | 57.26 | 76.25 | - |
YUV | 202.5 | 138.44 | 140.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 190 | 221 | 0.00 | 0.14 | 0 | 0.13 | 298.06 | 0.31 | 0.81 |
Hex | DC | BE | DD | 0 | E | 0 | D | 12A | 1F | 51 |
Octal | 334 | 276 | 335 | 0 | 16 | 0 | 15 | 452 | 37 | 121 |
Binary | 11011100 | 10111110 | 11011101 | 0 | 1110 | 0 | 1101 | 100101010 | 11111 | 1010001 |
Color Harmonies of #DCBEDD
Complementary color
Monochromatic Colors of #DCBEDD
Black with #DCBEDD
Text Example
Text Example
White with #DCBEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBEDD; }
p { color: rgb(220,190,221); }
H1.HeaderClassName
{
color: #DCBEDD;
}
.AnyTagClassName
{
color: #DCBEDD;
}
</style>
background-color css
<style>
a { background-color: #DCBEDD; }
a { background-color: rgb(220,190,221); }
div.DivClassName
{
background-color: #DCBEDD;
}
.BgClassName
{
background-color: #DCBEDD;
}
</style>
border-color css
<style>
span { border-color: #DCBEDD; }
span { border-color: rgb(220,190,221); }
td.TdClassName
{
border-color: #DCBEDD;
}
.TagClassName
{
border-color: #DCBEDD;
}
</style>