Shades of Thistle #DBBFDC
Tints of Thistle #DBBFDC
RGB
CMYK
RGB Variations
Color information
#DBBFDC (or 0xDBBFDC) is known color: Thistle. HEX triplet: DB, BF and DC. RGB value is (219,191,220). Sum of RGB (Red+Green+Blue) = 219+191+220=630 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.76% from 630); Green value is 191 (75% from 255 or 30.32% from 630); Blue value is 220 (86.33% from 255 or 34.92% from 630); Max value from RGB is 220 - color contains mainly: blue. Hex color #DBBFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBFDC is #244023. Grayscale: #CACACA. Windows color (decimal): -2375716 or 14467035. OLE color: 14467035.
HSL color Cylindrical-coordinate representation of color #DBBFDC: hue angle of 297.93º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DBBFDC is Cyan = 0.00, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 191 | 220 | - |
| CMYK | 0.00 | 0.13 | 0 | 0.14 |
| HSL | 297.93º | 0.29% | 0.81% | - |
| HSV(B) | 297.93º | 0.13% | 0.86% | - |
| XYZ | 60.76 | 57.49 | 75.6 | - |
| YUV | 202.68 | 137.78 | 139.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 191 | 220 | 0.00 | 0.13 | 0 | 0.14 | 297.93 | 0.29 | 0.81 |
| Hex | DB | BF | DC | 0 | D | 0 | E | 12A | 1D | 51 |
| Octal | 333 | 277 | 334 | 0 | 15 | 0 | 16 | 452 | 35 | 121 |
| Binary | 11011011 | 10111111 | 11011100 | 0 | 1101 | 0 | 1110 | 100101010 | 11101 | 1010001 |
Color Harmonies of #DBBFDC
Complementary color
Monochromatic Colors of #DBBFDC
Black with #DBBFDC
Text Example
Text Example
White with #DBBFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBFDC; }
p { color: rgb(219,191,220); }
H1.HeaderClassName
{
color: #DBBFDC;
}
.AnyTagClassName
{
color: #DBBFDC;
}
</style>
background-color css
<style>
a { background-color: #DBBFDC; }
a { background-color: rgb(219,191,220); }
div.DivClassName
{
background-color: #DBBFDC;
}
.BgClassName
{
background-color: #DBBFDC;
}
</style>
border-color css
<style>
span { border-color: #DBBFDC; }
span { border-color: rgb(219,191,220); }
td.TdClassName
{
border-color: #DBBFDC;
}
.TagClassName
{
border-color: #DBBFDC;
}
</style>