Shades of Thistle #DFBBE2
Tints of Thistle #DFBBE2
RGB
CMYK
RGB Variations
Color information
#DFBBE2 (or 0xDFBBE2) is known color: Thistle. HEX triplet: DF, BB and E2. RGB value is (223,187,226). Sum of RGB (Red+Green+Blue) = 223+187+226=636 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.06% from 636); Green value is 187 (73.44% from 255 or 29.40% from 636); Blue value is 226 (88.67% from 255 or 35.53% from 636); Max value from RGB is 226 - color contains mainly: blue. Hex color #DFBBE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBBE2 is #20441D. Grayscale: #CACACA. Windows color (decimal): -2114590 or 14859231. OLE color: 14859231.
HSL color Cylindrical-coordinate representation of color #DFBBE2: hue angle of 295.38º degrees, saturation: 0.4, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DFBBE2 is Cyan = 0.01, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 223 | 187 | 226 | - |
CMYK | 0.01 | 0.17 | 0 | 0.11 |
HSL | 295.38º | 0.4% | 0.81% | - |
HSV(B) | 295.38º | 0.17% | 0.89% | - |
XYZ | 61.93 | 56.72 | 79.64 | - |
YUV | 202.21 | 141.43 | 142.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 187 | 226 | 0.01 | 0.17 | 0 | 0.11 | 295.38 | 0.4 | 0.81 |
Hex | DF | BB | E2 | 1 | 11 | 0 | B | 127 | 28 | 51 |
Octal | 337 | 273 | 342 | 1 | 21 | 0 | 13 | 447 | 50 | 121 |
Binary | 11011111 | 10111011 | 11100010 | 1 | 10001 | 0 | 1011 | 100100111 | 101000 | 1010001 |
Color Harmonies of #DFBBE2
Complementary color
Monochromatic Colors of #DFBBE2
Black with #DFBBE2
Text Example
Text Example
White with #DFBBE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBBE2; }
p { color: rgb(223,187,226); }
H1.HeaderClassName
{
color: #DFBBE2;
}
.AnyTagClassName
{
color: #DFBBE2;
}
</style>
background-color css
<style>
a { background-color: #DFBBE2; }
a { background-color: rgb(223,187,226); }
div.DivClassName
{
background-color: #DFBBE2;
}
.BgClassName
{
background-color: #DFBBE2;
}
</style>
border-color css
<style>
span { border-color: #DFBBE2; }
span { border-color: rgb(223,187,226); }
td.TdClassName
{
border-color: #DFBBE2;
}
.TagClassName
{
border-color: #DFBBE2;
}
</style>