Html Css Color HEX #E8BDEA Thistle

📋 copy color: '#E8BDEA'

red 232 ◦ green 189 ◦ blue 234

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

Shades of Thistle #E8BDEA

Tints of Thistle #E8BDEA

RGB

 RED value IS 232 (91.02% from 255) = 35.42%

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

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

R = 35.42%
G = 28.85%
B = 35.73%

CMYK

 C value IS 0.01

 M value IS 0.19

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E8BDEA (or 0xE8BDEA) is known color: Thistle. HEX triplet: E8, BD and EA. RGB value is (232,189,234). Sum of RGB (Red+Green+Blue) = 232+189+234=655 (86% of max value = 765). Red value is 232 (91.02% from 255 or 35.42% from 655); Green value is 189 (74.22% from 255 or 28.85% from 655); Blue value is 234 (91.80% from 255 or 35.73% from 655); Max value from RGB is 234 - color contains mainly: blue. Hex color #E8BDEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8BDEA is #174215. Grayscale: #CECECE. Windows color (decimal): -1524246 or 15384040. OLE color: 15384040.

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

Color convert

RGB 232 189 234 -
CMYK 0.01 0.19 0 0.08
HSL 297.33º 0.52% 0.83% -
HSV(B) 297.33º 0.19% 0.92% -
XYZ 66.33 59.49 85.83 -
YUV 206.99 143.25 145.84 -
System Red Green Blue C M Y K H S L
Decimal 232 189 234 0.01 0.19 0 0.08 297.33 0.52 0.83
Hex E8 BD EA 1 13 0 8 129 34 53
Octal 350 275 352 1 23 0 10 451 64 123
Binary 11101000 10111101 11101010 1 10011 0 1000 100101001 110100 1010011

Color Harmonies of #E8BDEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8BDEA

Black with #E8BDEA

Text Example


Text Example

White with #E8BDEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8BDEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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