Html Css Color HEX #E0BDE4 Thistle

📋 copy color: '#E0BDE4'

red 224 ◦ green 189 ◦ blue 228

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

Shades of Thistle #E0BDE4

Tints of Thistle #E0BDE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 35.57%

R = 34.95%
G = 29.49%
B = 35.57%

CMYK

 C value IS 0.02

 M value IS 0.17

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#E0BDE4 (or 0xE0BDE4) is known color: Thistle. HEX triplet: E0, BD and E4. RGB value is (224,189,228). Sum of RGB (Red+Green+Blue) = 224+189+228=641 (84% of max value = 765). Red value is 224 (87.89% from 255 or 34.95% from 641); Green value is 189 (74.22% from 255 or 29.49% from 641); Blue value is 228 (89.45% from 255 or 35.57% from 641); Max value from RGB is 228 - color contains mainly: blue. Hex color #E0BDE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BDE4 is #1F421B. Grayscale: #CBCBCB. Windows color (decimal): -2048540 or 14990816. OLE color: 14990816.

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

Color convert

RGB 224 189 228 -
CMYK 0.02 0.17 0 0.11
HSL 293.85º 0.42% 0.82% -
HSV(B) 293.85º 0.17% 0.89% -
XYZ 62.94 57.84 81.25 -
YUV 203.91 141.6 142.33 -
System Red Green Blue C M Y K H S L
Decimal 224 189 228 0.02 0.17 0 0.11 293.85 0.42 0.82
Hex E0 BD E4 2 11 0 B 126 2A 52
Octal 340 275 344 2 21 0 13 446 52 122
Binary 11100000 10111101 11100100 10 10001 0 1011 100100110 101010 1010010

Color Harmonies of #E0BDE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0BDE4

Black with #E0BDE4

Text Example


Text Example

White with #E0BDE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0BDE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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