Shades of Thistle #DBBCE4
Tints of Thistle #DBBCE4
RGB
CMYK
RGB Variations
Color information
#DBBCE4 (or 0xDBBCE4) is known color: Thistle. HEX triplet: DB, BC and E4. RGB value is (219,188,228). Sum of RGB (Red+Green+Blue) = 219+188+228=635 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.49% from 635); Green value is 188 (73.83% from 255 or 29.61% from 635); Blue value is 228 (89.45% from 255 or 35.91% from 635); Max value from RGB is 228 - color contains mainly: blue. Hex color #DBBCE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBCE4 is #24431B. Grayscale: #C9C9C9. Windows color (decimal): -2376476 or 14990555. OLE color: 14990555.
HSL color Cylindrical-coordinate representation of color #DBBCE4: hue angle of 286.5º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DBBCE4 is Cyan = 0.04, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 188 | 228 | - |
| CMYK | 0.04 | 0.18 | 0 | 0.11 |
| HSL | 286.5º | 0.43% | 0.82% | - |
| HSV(B) | 286.5º | 0.18% | 0.89% | - |
| XYZ | 61.2 | 56.63 | 81.1 | - |
| YUV | 201.83 | 142.77 | 140.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 188 | 228 | 0.04 | 0.18 | 0 | 0.11 | 286.5 | 0.43 | 0.82 |
| Hex | DB | BC | E4 | 4 | 12 | 0 | B | 11E | 2B | 52 |
| Octal | 333 | 274 | 344 | 4 | 22 | 0 | 13 | 436 | 53 | 122 |
| Binary | 11011011 | 10111100 | 11100100 | 100 | 10010 | 0 | 1011 | 100011110 | 101011 | 1010010 |
Color Harmonies of #DBBCE4
Complementary color
Monochromatic Colors of #DBBCE4
Black with #DBBCE4
Text Example
Text Example
White with #DBBCE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBCE4; }
p { color: rgb(219,188,228); }
H1.HeaderClassName
{
color: #DBBCE4;
}
.AnyTagClassName
{
color: #DBBCE4;
}
</style>
background-color css
<style>
a { background-color: #DBBCE4; }
a { background-color: rgb(219,188,228); }
div.DivClassName
{
background-color: #DBBCE4;
}
.BgClassName
{
background-color: #DBBCE4;
}
</style>
border-color css
<style>
span { border-color: #DBBCE4; }
span { border-color: rgb(219,188,228); }
td.TdClassName
{
border-color: #DBBCE4;
}
.TagClassName
{
border-color: #DBBCE4;
}
</style>