Shades of Thistle #DBBFE2
Tints of Thistle #DBBFE2
RGB
CMYK
RGB Variations
Color information
#DBBFE2 (or 0xDBBFE2) is known color: Thistle. HEX triplet: DB, BF and E2. RGB value is (219,191,226). Sum of RGB (Red+Green+Blue) = 219+191+226=636 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.43% from 636); Green value is 191 (75% from 255 or 30.03% from 636); Blue value is 226 (88.67% from 255 or 35.53% from 636); Max value from RGB is 226 - color contains mainly: blue. Hex color #DBBFE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBFE2 is #24401D. Grayscale: #CBCBCB. Windows color (decimal): -2375710 or 14860251. OLE color: 14860251.
HSL color Cylindrical-coordinate representation of color #DBBFE2: hue angle of 288º degrees, saturation: 0.38, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DBBFE2 is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 191 | 226 | - |
| CMYK | 0.03 | 0.15 | 0 | 0.11 |
| HSL | 288º | 0.38% | 0.82% | - |
| HSV(B) | 288º | 0.15% | 0.89% | - |
| XYZ | 61.57 | 57.81 | 79.87 | - |
| YUV | 203.36 | 140.78 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 191 | 226 | 0.03 | 0.15 | 0 | 0.11 | 288 | 0.38 | 0.82 |
| Hex | DB | BF | E2 | 3 | F | 0 | B | 120 | 26 | 52 |
| Octal | 333 | 277 | 342 | 3 | 17 | 0 | 13 | 440 | 46 | 122 |
| Binary | 11011011 | 10111111 | 11100010 | 11 | 1111 | 0 | 1011 | 100100000 | 100110 | 1010010 |
Color Harmonies of #DBBFE2
Complementary color
Monochromatic Colors of #DBBFE2
Black with #DBBFE2
Text Example
Text Example
White with #DBBFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBFE2; }
p { color: rgb(219,191,226); }
H1.HeaderClassName
{
color: #DBBFE2;
}
.AnyTagClassName
{
color: #DBBFE2;
}
</style>
background-color css
<style>
a { background-color: #DBBFE2; }
a { background-color: rgb(219,191,226); }
div.DivClassName
{
background-color: #DBBFE2;
}
.BgClassName
{
background-color: #DBBFE2;
}
</style>
border-color css
<style>
span { border-color: #DBBFE2; }
span { border-color: rgb(219,191,226); }
td.TdClassName
{
border-color: #DBBFE2;
}
.TagClassName
{
border-color: #DBBFE2;
}
</style>