Shades of Thistle #DCBBE2
Tints of Thistle #DCBBE2
RGB
CMYK
RGB Variations
Color information
#DCBBE2 (or 0xDCBBE2) is known color: Thistle. HEX triplet: DC, BB and E2. RGB value is (220,187,226). Sum of RGB (Red+Green+Blue) = 220+187+226=633 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.76% from 633); Green value is 187 (73.44% from 255 or 29.54% from 633); Blue value is 226 (88.67% from 255 or 35.70% from 633); Max value from RGB is 226 - color contains mainly: blue. Hex color #DCBBE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBBE2 is #23441D. Grayscale: #C9C9C9. Windows color (decimal): -2311198 or 14859228. OLE color: 14859228.
HSL color Cylindrical-coordinate representation of color #DCBBE2: hue angle of 290.77º 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 #DCBBE2 is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 220 | 187 | 226 | - |
CMYK | 0.03 | 0.17 | 0 | 0.11 |
HSL | 290.77º | 0.4% | 0.81% | - |
HSV(B) | 290.77º | 0.17% | 0.89% | - |
XYZ | 61.01 | 56.25 | 79.59 | - |
YUV | 201.31 | 141.93 | 141.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 187 | 226 | 0.03 | 0.17 | 0 | 0.11 | 290.77 | 0.4 | 0.81 |
Hex | DC | BB | E2 | 3 | 11 | 0 | B | 123 | 28 | 51 |
Octal | 334 | 273 | 342 | 3 | 21 | 0 | 13 | 443 | 50 | 121 |
Binary | 11011100 | 10111011 | 11100010 | 11 | 10001 | 0 | 1011 | 100100011 | 101000 | 1010001 |
Color Harmonies of #DCBBE2
Complementary color
Monochromatic Colors of #DCBBE2
Black with #DCBBE2
Text Example
Text Example
White with #DCBBE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBBE2; }
p { color: rgb(220,187,226); }
H1.HeaderClassName
{
color: #DCBBE2;
}
.AnyTagClassName
{
color: #DCBBE2;
}
</style>
background-color css
<style>
a { background-color: #DCBBE2; }
a { background-color: rgb(220,187,226); }
div.DivClassName
{
background-color: #DCBBE2;
}
.BgClassName
{
background-color: #DCBBE2;
}
</style>
border-color css
<style>
span { border-color: #DCBBE2; }
span { border-color: rgb(220,187,226); }
td.TdClassName
{
border-color: #DCBBE2;
}
.TagClassName
{
border-color: #DCBBE2;
}
</style>