Html Css Color HEX #E2BCEB Thistle

📋 copy color: '#E2BCEB'

red 226 ◦ green 188 ◦ blue 235

#E2BCEB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Thistle #E2BCEB

Tints of Thistle #E2BCEB

RGB

 RED value IS 226 (88.67% from 255) = 34.82%

 GREEN value IS 188 (73.83% from 255) = 28.97%

 BLUE value IS 235 (92.19% from 255) = 36.21%

R = 34.82%
G = 28.97%
B = 36.21%

CMYK

 C value IS 0.04

 M value IS 0.2

 Y value IS 0

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#E2BCEB (or 0xE2BCEB) is known color: Thistle. HEX triplet: E2, BC and EB. RGB value is (226,188,235). Sum of RGB (Red+Green+Blue) = 226+188+235=649 (85% of max value = 765). Red value is 226 (88.67% from 255 or 34.82% from 649); Green value is 188 (73.83% from 255 or 28.97% from 649); Blue value is 235 (92.19% from 255 or 36.21% from 649); Max value from RGB is 235 - color contains mainly: blue. Hex color #E2BCEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2BCEB is #1D4314. Grayscale: #CCCCCC. Windows color (decimal): -1917717 or 15449314. OLE color: 15449314.

HSL color Cylindrical-coordinate representation of color #E2BCEB: hue angle of 288.51º degrees, saturation: 0.54, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E2BCEB is Cyan = 0.04, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 226 188 235 -
CMYK 0.04 0.2 0 0.08
HSL 288.51º 0.54% 0.83% -
HSV(B) 288.51º 0.2% 0.92% -
XYZ 64.34 58.13 86.43 -
YUV 204.72 145.09 143.18 -
System Red Green Blue C M Y K H S L
Decimal 226 188 235 0.04 0.2 0 0.08 288.51 0.54 0.83
Hex E2 BC EB 4 14 0 8 121 36 53
Octal 342 274 353 4 24 0 10 441 66 123
Binary 11100010 10111100 11101011 100 10100 0 1000 100100001 110110 1010011

Color Harmonies of #E2BCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2BCEB

Black with #E2BCEB

Text Example


Text Example

White with #E2BCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2BCEB; }

 p { color: rgb(226,188,235); }

 H1.HeaderClassName
 {
   color: #E2BCEB;
 }
 .AnyTagClassName
 {
   color: #E2BCEB;
 }
</style>

background-color css

<style>
 a { background-color: #E2BCEB; }

 a { background-color: rgb(226,188,235); }

 div.DivClassName
 {
   background-color: #E2BCEB;
 }
 .BgClassName
 {
   background-color: #E2BCEB;
 }
</style>

border-color css

<style>
 span { border-color: #E2BCEB; }

 span { border-color: rgb(226,188,235); }

 td.TdClassName
 {
   border-color: #E2BCEB;
 }
 .TagClassName
 {
   border-color: #E2BCEB;
 }
</style>