Shades of Thistle #E2CBDF
Tints of Thistle #E2CBDF
RGB
CMYK
RGB Variations
Color information
#E2CBDF (or 0xE2CBDF) is known color: Thistle. HEX triplet: E2, CB and DF. RGB value is (226,203,223). Sum of RGB (Red+Green+Blue) = 226+203+223=652 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.66% from 652); Green value is 203 (79.69% from 255 or 31.13% from 652); Blue value is 223 (87.5% from 255 or 34.20% from 652); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CBDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2CBDF is #1D3420. Grayscale: #D4D4D4. Windows color (decimal): -1913889 or 14666722. OLE color: 14666722.
HSL color Cylindrical-coordinate representation of color #E2CBDF: hue angle of 307.83º degrees, saturation: 0.28, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E2CBDF is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 203 | 223 | - |
| CMYK | 0 | 0.10 | 0.01 | 0.11 |
| HSL | 307.83º | 0.28% | 0.84% | - |
| HSV(B) | 307.83º | 0.1% | 0.89% | - |
| XYZ | 66.04 | 64.21 | 78.72 | - |
| YUV | 212.16 | 134.12 | 137.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 203 | 223 | 0 | 0.10 | 0.01 | 0.11 | 307.83 | 0.28 | 0.84 |
| Hex | E2 | CB | DF | 0 | A | 1 | B | 134 | 1C | 54 |
| Octal | 342 | 313 | 337 | 0 | 12 | 1 | 13 | 464 | 34 | 124 |
| Binary | 11100010 | 11001011 | 11011111 | 0 | 1010 | 1 | 1011 | 100110100 | 11100 | 1010100 |
Color Harmonies of #E2CBDF
Complementary color
Monochromatic Colors of #E2CBDF
Black with #E2CBDF
Text Example
Text Example
White with #E2CBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CBDF; }
p { color: rgb(226,203,223); }
H1.HeaderClassName
{
color: #E2CBDF;
}
.AnyTagClassName
{
color: #E2CBDF;
}
</style>
background-color css
<style>
a { background-color: #E2CBDF; }
a { background-color: rgb(226,203,223); }
div.DivClassName
{
background-color: #E2CBDF;
}
.BgClassName
{
background-color: #E2CBDF;
}
</style>
border-color css
<style>
span { border-color: #E2CBDF; }
span { border-color: rgb(226,203,223); }
td.TdClassName
{
border-color: #E2CBDF;
}
.TagClassName
{
border-color: #E2CBDF;
}
</style>