Shades of Thistle #DBB2DF
Tints of Thistle #DBB2DF
RGB
CMYK
RGB Variations
Color information
#DBB2DF (or 0xDBB2DF) is known color: Thistle. HEX triplet: DB, B2 and DF. RGB value is (219,178,223). Sum of RGB (Red+Green+Blue) = 219+178+223=620 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.32% from 620); Green value is 178 (69.92% from 255 or 28.71% from 620); Blue value is 223 (87.5% from 255 or 35.97% from 620); Max value from RGB is 223 - color contains mainly: blue. Hex color #DBB2DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBB2DF is #244D20. Grayscale: #C3C3C3. Windows color (decimal): -2379041 or 14660315. OLE color: 14660315.
HSL color Cylindrical-coordinate representation of color #DBB2DF: hue angle of 294.67º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DBB2DF is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 219 | 178 | 223 | - |
CMYK | 0.02 | 0.20 | 0 | 0.13 |
HSL | 294.67º | 0.41% | 0.79% | - |
HSV(B) | 294.67º | 0.2% | 0.87% | - |
XYZ | 58.45 | 52.23 | 76.81 | - |
YUV | 195.39 | 143.58 | 144.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 178 | 223 | 0.02 | 0.20 | 0 | 0.13 | 294.67 | 0.41 | 0.79 |
Hex | DB | B2 | DF | 2 | 14 | 0 | D | 127 | 29 | 4F |
Octal | 333 | 262 | 337 | 2 | 24 | 0 | 15 | 447 | 51 | 117 |
Binary | 11011011 | 10110010 | 11011111 | 10 | 10100 | 0 | 1101 | 100100111 | 101001 | 1001111 |
Color Harmonies of #DBB2DF
Complementary color
Monochromatic Colors of #DBB2DF
Black with #DBB2DF
Text Example
Text Example
White with #DBB2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB2DF; }
p { color: rgb(219,178,223); }
H1.HeaderClassName
{
color: #DBB2DF;
}
.AnyTagClassName
{
color: #DBB2DF;
}
</style>
background-color css
<style>
a { background-color: #DBB2DF; }
a { background-color: rgb(219,178,223); }
div.DivClassName
{
background-color: #DBB2DF;
}
.BgClassName
{
background-color: #DBB2DF;
}
</style>
border-color css
<style>
span { border-color: #DBB2DF; }
span { border-color: rgb(219,178,223); }
td.TdClassName
{
border-color: #DBB2DF;
}
.TagClassName
{
border-color: #DBB2DF;
}
</style>