Html Css Color HEX #E2B9EB Thistle

📋 copy color: '#E2B9EB'

red 226 ◦ green 185 ◦ blue 235

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

Shades of Thistle #E2B9EB

Tints of Thistle #E2B9EB

RGB

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

 GREEN value IS 185 (72.66% from 255) = 28.64%

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

R = 34.98%
G = 28.64%
B = 36.38%

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

#E2B9EB (or 0xE2B9EB) is known color: Thistle. HEX triplet: E2, B9 and EB. RGB value is (226,185,235). Sum of RGB (Red+Green+Blue) = 226+185+235=646 (85% of max value = 765). Red value is 226 (88.67% from 255 or 34.98% from 646); Green value is 185 (72.66% from 255 or 28.64% from 646); Blue value is 235 (92.19% from 255 or 36.38% from 646); Max value from RGB is 235 - color contains mainly: blue. Hex color #E2B9EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2B9EB is #1D4614. Grayscale: #CACACA. Windows color (decimal): -1918485 or 15448546. OLE color: 15448546.

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

Color convert

RGB 226 185 235 -
CMYK 0.04 0.21 0 0.08
HSL 289.2º 0.56% 0.82% -
HSV(B) 289.2º 0.21% 0.92% -
XYZ 63.71 56.86 86.22 -
YUV 202.96 146.08 144.43 -
System Red Green Blue C M Y K H S L
Decimal 226 185 235 0.04 0.21 0 0.08 289.2 0.56 0.82
Hex E2 B9 EB 4 15 0 8 121 38 52
Octal 342 271 353 4 25 0 10 441 70 122
Binary 11100010 10111001 11101011 100 10101 0 1000 100100001 111000 1010010

Color Harmonies of #E2B9EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2B9EB

Black with #E2B9EB

Text Example


Text Example

White with #E2B9EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2B9EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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