Html Css Color HEX #E1BDEA Thistle

📋 copy color: '#E1BDEA'

red 225 ◦ green 189 ◦ blue 234

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

Shades of Thistle #E1BDEA

Tints of Thistle #E1BDEA

RGB

 RED value IS 225 (88.28% from 255) = 34.72%

 GREEN value IS 189 (74.22% from 255) = 29.17%

 BLUE value IS 234 (91.8% from 255) = 36.11%

R = 34.72%
G = 29.17%
B = 36.11%

CMYK

 C value IS 0.04

 M value IS 0.19

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E1BDEA (or 0xE1BDEA) is known color: Thistle. HEX triplet: E1, BD and EA. RGB value is (225,189,234). Sum of RGB (Red+Green+Blue) = 225+189+234=648 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.72% from 648); Green value is 189 (74.22% from 255 or 29.17% from 648); Blue value is 234 (91.80% from 255 or 36.11% from 648); Max value from RGB is 234 - color contains mainly: blue. Hex color #E1BDEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1BDEA is #1E4215. Grayscale: #CCCCCC. Windows color (decimal): -1982998 or 15384033. OLE color: 15384033.

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

Color convert

RGB 225 189 234 -
CMYK 0.04 0.19 0 0.08
HSL 288º 0.52% 0.83% -
HSV(B) 288º 0.19% 0.92% -
XYZ 64.1 58.34 85.72 -
YUV 204.89 144.43 142.34 -
System Red Green Blue C M Y K H S L
Decimal 225 189 234 0.04 0.19 0 0.08 288 0.52 0.83
Hex E1 BD EA 4 13 0 8 120 34 53
Octal 341 275 352 4 23 0 10 440 64 123
Binary 11100001 10111101 11101010 100 10011 0 1000 100100000 110100 1010011

Color Harmonies of #E1BDEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1BDEA

Black with #E1BDEA

Text Example


Text Example

White with #E1BDEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1BDEA; }

 p { color: rgb(225,189,234); }

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

background-color css

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

 a { background-color: rgb(225,189,234); }

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

border-color css

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

 span { border-color: rgb(225,189,234); }

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