Html Css Color HEX #E2BBE6 Thistle

📋 copy color: '#E2BBE6'

red 226 ◦ green 187 ◦ blue 230

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

Shades of Thistle #E2BBE6

Tints of Thistle #E2BBE6

RGB

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

 GREEN value IS 187 (73.44% from 255) = 29.08%

 BLUE value IS 230 (90.23% from 255) = 35.77%

R = 35.15%
G = 29.08%
B = 35.77%

CMYK

 C value IS 0.02

 M value IS 0.19

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#E2BBE6 (or 0xE2BBE6) is known color: Thistle. HEX triplet: E2, BB and E6. RGB value is (226,187,230). Sum of RGB (Red+Green+Blue) = 226+187+230=643 (85% of max value = 765). Red value is 226 (88.67% from 255 or 35.15% from 643); Green value is 187 (73.44% from 255 or 29.08% from 643); Blue value is 230 (90.23% from 255 or 35.77% from 643); Max value from RGB is 230 - color contains mainly: blue. Hex color #E2BBE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2BBE6 is #1D4419. Grayscale: #CBCBCB. Windows color (decimal): -1917978 or 15121378. OLE color: 15121378.

HSL color Cylindrical-coordinate representation of color #E2BBE6: hue angle of 294.42º degrees, saturation: 0.46, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E2BBE6 is Cyan = 0.02, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 226 187 230 -
CMYK 0.02 0.19 0 0.10
HSL 294.42º 0.46% 0.82% -
HSV(B) 294.42º 0.19% 0.9% -
XYZ 63.42 57.42 82.6 -
YUV 203.56 142.92 144 -
System Red Green Blue C M Y K H S L
Decimal 226 187 230 0.02 0.19 0 0.10 294.42 0.46 0.82
Hex E2 BB E6 2 13 0 A 126 2E 52
Octal 342 273 346 2 23 0 12 446 56 122
Binary 11100010 10111011 11100110 10 10011 0 1010 100100110 101110 1010010

Color Harmonies of #E2BBE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2BBE6

Black with #E2BBE6

Text Example


Text Example

White with #E2BBE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2BBE6; }

 p { color: rgb(226,187,230); }

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

background-color css

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

 a { background-color: rgb(226,187,230); }

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

border-color css

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

 span { border-color: rgb(226,187,230); }

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