Shades of Thistle #DFB4E6
Tints of Thistle #DFB4E6
RGB
CMYK
RGB Variations
Color information
#DFB4E6 (or 0xDFB4E6) is known color: Thistle. HEX triplet: DF, B4 and E6. RGB value is (223,180,230). Sum of RGB (Red+Green+Blue) = 223+180+230=633 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.23% from 633); Green value is 180 (70.70% from 255 or 28.44% from 633); Blue value is 230 (90.23% from 255 or 36.33% from 633); Max value from RGB is 230 - color contains mainly: blue. Hex color #DFB4E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFB4E6 is #204B19. Grayscale: #C6C6C6. Windows color (decimal): -2116378 or 15119583. OLE color: 15119583.
HSL color Cylindrical-coordinate representation of color #DFB4E6: hue angle of 291.6º degrees, saturation: 0.5, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DFB4E6 is Cyan = 0.03, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 223 | 180 | 230 | - |
| CMYK | 0.03 | 0.22 | 0 | 0.10 |
| HSL | 291.6º | 0.5% | 0.8% | - |
| HSV(B) | 291.6º | 0.22% | 0.9% | - |
| XYZ | 61.04 | 54.04 | 82.08 | - |
| YUV | 198.56 | 145.75 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 180 | 230 | 0.03 | 0.22 | 0 | 0.10 | 291.6 | 0.5 | 0.8 |
| Hex | DF | B4 | E6 | 3 | 16 | 0 | A | 124 | 32 | 50 |
| Octal | 337 | 264 | 346 | 3 | 26 | 0 | 12 | 444 | 62 | 120 |
| Binary | 11011111 | 10110100 | 11100110 | 11 | 10110 | 0 | 1010 | 100100100 | 110010 | 1010000 |
Color Harmonies of #DFB4E6
Complementary color
Monochromatic Colors of #DFB4E6
Black with #DFB4E6
Text Example
Text Example
White with #DFB4E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB4E6; }
p { color: rgb(223,180,230); }
H1.HeaderClassName
{
color: #DFB4E6;
}
.AnyTagClassName
{
color: #DFB4E6;
}
</style>
background-color css
<style>
a { background-color: #DFB4E6; }
a { background-color: rgb(223,180,230); }
div.DivClassName
{
background-color: #DFB4E6;
}
.BgClassName
{
background-color: #DFB4E6;
}
</style>
border-color css
<style>
span { border-color: #DFB4E6; }
span { border-color: rgb(223,180,230); }
td.TdClassName
{
border-color: #DFB4E6;
}
.TagClassName
{
border-color: #DFB4E6;
}
</style>