Shades of Thistle #DBBEE2
Tints of Thistle #DBBEE2
RGB
CMYK
RGB Variations
Color information
#DBBEE2 (or 0xDBBEE2) is known color: Thistle. HEX triplet: DB, BE and E2. RGB value is (219,190,226). Sum of RGB (Red+Green+Blue) = 219+190+226=635 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.49% from 635); Green value is 190 (74.61% from 255 or 29.92% from 635); Blue value is 226 (88.67% from 255 or 35.59% from 635); Max value from RGB is 226 - color contains mainly: blue. Hex color #DBBEE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBEE2 is #24411D. Grayscale: #CACACA. Windows color (decimal): -2375966 or 14859995. OLE color: 14859995.
HSL color Cylindrical-coordinate representation of color #DBBEE2: hue angle of 288.33º degrees, saturation: 0.38, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DBBEE2 is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 219 | 190 | 226 | - |
CMYK | 0.03 | 0.16 | 0 | 0.11 |
HSL | 288.33º | 0.38% | 0.82% | - |
HSV(B) | 288.33º | 0.16% | 0.89% | - |
XYZ | 61.35 | 57.38 | 79.79 | - |
YUV | 202.78 | 141.11 | 139.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 190 | 226 | 0.03 | 0.16 | 0 | 0.11 | 288.33 | 0.38 | 0.82 |
Hex | DB | BE | E2 | 3 | 10 | 0 | B | 120 | 26 | 52 |
Octal | 333 | 276 | 342 | 3 | 20 | 0 | 13 | 440 | 46 | 122 |
Binary | 11011011 | 10111110 | 11100010 | 11 | 10000 | 0 | 1011 | 100100000 | 100110 | 1010010 |
Color Harmonies of #DBBEE2
Complementary color
Monochromatic Colors of #DBBEE2
Black with #DBBEE2
Text Example
Text Example
White with #DBBEE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBEE2; }
p { color: rgb(219,190,226); }
H1.HeaderClassName
{
color: #DBBEE2;
}
.AnyTagClassName
{
color: #DBBEE2;
}
</style>
background-color css
<style>
a { background-color: #DBBEE2; }
a { background-color: rgb(219,190,226); }
div.DivClassName
{
background-color: #DBBEE2;
}
.BgClassName
{
background-color: #DBBEE2;
}
</style>
border-color css
<style>
span { border-color: #DBBEE2; }
span { border-color: rgb(219,190,226); }
td.TdClassName
{
border-color: #DBBEE2;
}
.TagClassName
{
border-color: #DBBEE2;
}
</style>