Html Css Color HEX #E5BDEB Thistle

📋 copy color: '#E5BDEB'

red 229 ◦ green 189 ◦ blue 235

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

Shades of Thistle #E5BDEB

Tints of Thistle #E5BDEB

RGB

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

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

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

R = 35.07%
G = 28.94%
B = 35.99%

CMYK

 C value IS 0.03

 M value IS 0.20

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E5BDEB (or 0xE5BDEB) is known color: Thistle. HEX triplet: E5, BD and EB. RGB value is (229,189,235). Sum of RGB (Red+Green+Blue) = 229+189+235=653 (86% of max value = 765). Red value is 229 (89.84% from 255 or 35.07% from 653); Green value is 189 (74.22% from 255 or 28.94% from 653); Blue value is 235 (92.19% from 255 or 35.99% from 653); Max value from RGB is 235 - color contains mainly: blue. Hex color #E5BDEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5BDEB is #1A4214. Grayscale: #CECECE. Windows color (decimal): -1720853 or 15449573. OLE color: 15449573.

HSL color Cylindrical-coordinate representation of color #E5BDEB: hue angle of 292.17º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E5BDEB is Cyan = 0.03, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 229 189 235 -
CMYK 0.03 0.20 0 0.08
HSL 292.17º 0.53% 0.83% -
HSV(B) 292.17º 0.2% 0.92% -
XYZ 65.51 59.05 86.54 -
YUV 206.2 144.25 144.26 -
System Red Green Blue C M Y K H S L
Decimal 229 189 235 0.03 0.20 0 0.08 292.17 0.53 0.83
Hex E5 BD EB 3 14 0 8 124 35 53
Octal 345 275 353 3 24 0 10 444 65 123
Binary 11100101 10111101 11101011 11 10100 0 1000 100100100 110101 1010011

Color Harmonies of #E5BDEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5BDEB

Black with #E5BDEB

Text Example


Text Example

White with #E5BDEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5BDEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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