Shades of Thistle #DBBFDF
Tints of Thistle #DBBFDF
RGB
CMYK
RGB Variations
Color information
#DBBFDF (or 0xDBBFDF) is known color: Thistle. HEX triplet: DB, BF and DF. RGB value is (219,191,223). Sum of RGB (Red+Green+Blue) = 219+191+223=633 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.60% from 633); Green value is 191 (75% from 255 or 30.17% from 633); Blue value is 223 (87.5% from 255 or 35.23% from 633); Max value from RGB is 223 - color contains mainly: blue. Hex color #DBBFDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBFDF is #244020. Grayscale: #CACACA. Windows color (decimal): -2375713 or 14663643. OLE color: 14663643.
HSL color Cylindrical-coordinate representation of color #DBBFDF: hue angle of 292.5º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DBBFDF is Cyan = 0.02, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 219 | 191 | 223 | - |
CMYK | 0.02 | 0.14 | 0 | 0.13 |
HSL | 292.5º | 0.33% | 0.81% | - |
HSV(B) | 292.5º | 0.14% | 0.87% | - |
XYZ | 61.16 | 57.65 | 77.72 | - |
YUV | 203.02 | 139.28 | 139.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 191 | 223 | 0.02 | 0.14 | 0 | 0.13 | 292.5 | 0.33 | 0.81 |
Hex | DB | BF | DF | 2 | E | 0 | D | 124 | 21 | 51 |
Octal | 333 | 277 | 337 | 2 | 16 | 0 | 15 | 444 | 41 | 121 |
Binary | 11011011 | 10111111 | 11011111 | 10 | 1110 | 0 | 1101 | 100100100 | 100001 | 1010001 |
Color Harmonies of #DBBFDF
Complementary color
Monochromatic Colors of #DBBFDF
Black with #DBBFDF
Text Example
Text Example
White with #DBBFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBFDF; }
p { color: rgb(219,191,223); }
H1.HeaderClassName
{
color: #DBBFDF;
}
.AnyTagClassName
{
color: #DBBFDF;
}
</style>
background-color css
<style>
a { background-color: #DBBFDF; }
a { background-color: rgb(219,191,223); }
div.DivClassName
{
background-color: #DBBFDF;
}
.BgClassName
{
background-color: #DBBFDF;
}
</style>
border-color css
<style>
span { border-color: #DBBFDF; }
span { border-color: rgb(219,191,223); }
td.TdClassName
{
border-color: #DBBFDF;
}
.TagClassName
{
border-color: #DBBFDF;
}
</style>