Html Css Color HEX #E5BDEA Thistle

📋 copy color: '#E5BDEA'

red 229 ◦ green 189 ◦ blue 234

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

Shades of Thistle #E5BDEA

Tints of Thistle #E5BDEA

RGB

 RED value IS 229 (89.84% from 255) = 35.12%

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

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

R = 35.12%
G = 28.99%
B = 35.89%

CMYK

 C value IS 0.02

 M value IS 0.19

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E5BDEA (or 0xE5BDEA) is known color: Thistle. HEX triplet: E5, BD and EA. RGB value is (229,189,234). Sum of RGB (Red+Green+Blue) = 229+189+234=652 (86% of max value = 765). Red value is 229 (89.84% from 255 or 35.12% from 652); Green value is 189 (74.22% from 255 or 28.99% from 652); Blue value is 234 (91.80% from 255 or 35.89% from 652); Max value from RGB is 234 - color contains mainly: blue. Hex color #E5BDEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5BDEA is #1A4215. Grayscale: #CDCDCD. Windows color (decimal): -1720854 or 15384037. OLE color: 15384037.

HSL color Cylindrical-coordinate representation of color #E5BDEA: hue angle of 293.33º 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 #E5BDEA is Cyan = 0.02, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 229 189 234 -
CMYK 0.02 0.19 0 0.08
HSL 293.33º 0.52% 0.83% -
HSV(B) 293.33º 0.19% 0.92% -
XYZ 65.36 58.99 85.78 -
YUV 206.09 143.75 144.34 -
System Red Green Blue C M Y K H S L
Decimal 229 189 234 0.02 0.19 0 0.08 293.33 0.52 0.83
Hex E5 BD EA 2 13 0 8 125 34 53
Octal 345 275 352 2 23 0 10 445 64 123
Binary 11100101 10111101 11101010 10 10011 0 1000 100100101 110100 1010011

Color Harmonies of #E5BDEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5BDEA

Black with #E5BDEA

Text Example


Text Example

White with #E5BDEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5BDEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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