Html Css Color HEX #E0BDE5 Thistle

📋 copy color: '#E0BDE5'

red 224 ◦ green 189 ◦ blue 229

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

Shades of Thistle #E0BDE5

Tints of Thistle #E0BDE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 35.67%

R = 34.89%
G = 29.44%
B = 35.67%

CMYK

 C value IS 0.02

 M value IS 0.17

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#E0BDE5 (or 0xE0BDE5) is known color: Thistle. HEX triplet: E0, BD and E5. RGB value is (224,189,229). Sum of RGB (Red+Green+Blue) = 224+189+229=642 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.89% from 642); Green value is 189 (74.22% from 255 or 29.44% from 642); Blue value is 229 (89.84% from 255 or 35.67% from 642); Max value from RGB is 229 - color contains mainly: blue. Hex color #E0BDE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BDE5 is #1F421A. Grayscale: #CBCBCB. Windows color (decimal): -2048539 or 15056352. OLE color: 15056352.

HSL color Cylindrical-coordinate representation of color #E0BDE5: hue angle of 292.5º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E0BDE5 is Cyan = 0.02, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 224 189 229 -
CMYK 0.02 0.17 0 0.10
HSL 292.5º 0.43% 0.82% -
HSV(B) 292.5º 0.17% 0.9% -
XYZ 63.08 57.9 81.98 -
YUV 204.03 142.1 142.25 -
System Red Green Blue C M Y K H S L
Decimal 224 189 229 0.02 0.17 0 0.10 292.5 0.43 0.82
Hex E0 BD E5 2 11 0 A 124 2B 52
Octal 340 275 345 2 21 0 12 444 53 122
Binary 11100000 10111101 11100101 10 10001 0 1010 100100100 101011 1010010

Color Harmonies of #E0BDE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0BDE5

Black with #E0BDE5

Text Example


Text Example

White with #E0BDE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0BDE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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