Html Css Color HEX #E2BAEB Thistle

📋 copy color: '#E2BAEB'

red 226 ◦ green 186 ◦ blue 235

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

Shades of Thistle #E2BAEB

Tints of Thistle #E2BAEB

RGB

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

 GREEN value IS 186 (73.05% from 255) = 28.75%

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

R = 34.93%
G = 28.75%
B = 36.32%

CMYK

 C value IS 0.04

 M value IS 0.21

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E2BAEB (or 0xE2BAEB) is known color: Thistle. HEX triplet: E2, BA and EB. RGB value is (226,186,235). Sum of RGB (Red+Green+Blue) = 226+186+235=647 (85% of max value = 765). Red value is 226 (88.67% from 255 or 34.93% from 647); Green value is 186 (73.05% from 255 or 28.75% from 647); Blue value is 235 (92.19% from 255 or 36.32% from 647); Max value from RGB is 235 - color contains mainly: blue. Hex color #E2BAEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2BAEB is #1D4514. Grayscale: #CBCBCB. Windows color (decimal): -1918229 or 15448802. OLE color: 15448802.

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

Color convert

RGB 226 186 235 -
CMYK 0.04 0.21 0 0.08
HSL 288.98º 0.55% 0.83% -
HSV(B) 288.98º 0.21% 0.92% -
XYZ 63.92 57.28 86.29 -
YUV 203.55 145.75 144.02 -
System Red Green Blue C M Y K H S L
Decimal 226 186 235 0.04 0.21 0 0.08 288.98 0.55 0.83
Hex E2 BA EB 4 15 0 8 121 37 53
Octal 342 272 353 4 25 0 10 441 67 123
Binary 11100010 10111010 11101011 100 10101 0 1000 100100001 110111 1010011

Color Harmonies of #E2BAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2BAEB

Black with #E2BAEB

Text Example


Text Example

White with #E2BAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2BAEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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