Shades of Thistle #DBB2DD
Tints of Thistle #DBB2DD
RGB
CMYK
RGB Variations
Color information
#DBB2DD (or 0xDBB2DD) is known color: Thistle. HEX triplet: DB, B2 and DD. RGB value is (219,178,221). Sum of RGB (Red+Green+Blue) = 219+178+221=618 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.44% from 618); Green value is 178 (69.92% from 255 or 28.80% from 618); Blue value is 221 (86.72% from 255 or 35.76% from 618); Max value from RGB is 221 - color contains mainly: blue. Hex color #DBB2DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBB2DD is #244D22. Grayscale: #C3C3C3. Windows color (decimal): -2379043 or 14529243. OLE color: 14529243.
HSL color Cylindrical-coordinate representation of color #DBB2DD: hue angle of 297.21º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DBB2DD is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 219 | 178 | 221 | - |
CMYK | 0.01 | 0.19 | 0 | 0.13 |
HSL | 297.21º | 0.39% | 0.78% | - |
HSV(B) | 297.21º | 0.19% | 0.87% | - |
XYZ | 58.18 | 52.12 | 75.4 | - |
YUV | 195.16 | 142.58 | 145 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 178 | 221 | 0.01 | 0.19 | 0 | 0.13 | 297.21 | 0.39 | 0.78 |
Hex | DB | B2 | DD | 1 | 13 | 0 | D | 129 | 27 | 4E |
Octal | 333 | 262 | 335 | 1 | 23 | 0 | 15 | 451 | 47 | 116 |
Binary | 11011011 | 10110010 | 11011101 | 1 | 10011 | 0 | 1101 | 100101001 | 100111 | 1001110 |
Color Harmonies of #DBB2DD
Complementary color
Monochromatic Colors of #DBB2DD
Black with #DBB2DD
Text Example
Text Example
White with #DBB2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB2DD; }
p { color: rgb(219,178,221); }
H1.HeaderClassName
{
color: #DBB2DD;
}
.AnyTagClassName
{
color: #DBB2DD;
}
</style>
background-color css
<style>
a { background-color: #DBB2DD; }
a { background-color: rgb(219,178,221); }
div.DivClassName
{
background-color: #DBB2DD;
}
.BgClassName
{
background-color: #DBB2DD;
}
</style>
border-color css
<style>
span { border-color: #DBB2DD; }
span { border-color: rgb(219,178,221); }
td.TdClassName
{
border-color: #DBB2DD;
}
.TagClassName
{
border-color: #DBB2DD;
}
</style>