Html Css Color HEX #E0BDE2 Thistle

📋 copy color: '#E0BDE2'

red 224 ◦ green 189 ◦ blue 226

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

Shades of Thistle #E0BDE2

Tints of Thistle #E0BDE2

RGB

 RED value IS 224 (87.89% from 255) = 35.05%

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

 BLUE value IS 226 (88.67% from 255) = 35.37%

R = 35.05%
G = 29.58%
B = 35.37%

CMYK

 C value IS 0.01

 M value IS 0.16

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#E0BDE2 (or 0xE0BDE2) is known color: Thistle. HEX triplet: E0, BD and E2. RGB value is (224,189,226). Sum of RGB (Red+Green+Blue) = 224+189+226=639 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35.05% from 639); Green value is 189 (74.22% from 255 or 29.58% from 639); Blue value is 226 (88.67% from 255 or 35.37% from 639); Max value from RGB is 226 - color contains mainly: blue. Hex color #E0BDE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BDE2 is #1F421D. Grayscale: #CBCBCB. Windows color (decimal): -2048542 or 14859744. OLE color: 14859744.

HSL color Cylindrical-coordinate representation of color #E0BDE2: hue angle of 296.76º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E0BDE2 is Cyan = 0.01, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 224 189 226 -
CMYK 0.01 0.16 0 0.11
HSL 296.76º 0.39% 0.81% -
HSV(B) 296.76º 0.16% 0.89% -
XYZ 62.67 57.73 79.79 -
YUV 203.68 140.6 142.49 -
System Red Green Blue C M Y K H S L
Decimal 224 189 226 0.01 0.16 0 0.11 296.76 0.39 0.81
Hex E0 BD E2 1 10 0 B 129 27 51
Octal 340 275 342 1 20 0 13 451 47 121
Binary 11100000 10111101 11100010 1 10000 0 1011 100101001 100111 1010001

Color Harmonies of #E0BDE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0BDE2

Black with #E0BDE2

Text Example


Text Example

White with #E0BDE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0BDE2; }

 p { color: rgb(224,189,226); }

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

background-color css

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

 a { background-color: rgb(224,189,226); }

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

border-color css

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

 span { border-color: rgb(224,189,226); }

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