Html Css Color HEX #E2BDE5 Thistle

📋 copy color: '#E2BDE5'

red 226 ◦ green 189 ◦ blue 229

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

Shades of Thistle #E2BDE5

Tints of Thistle #E2BDE5

RGB

 RED value IS 226 (88.67% from 255) = 35.09%

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

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

R = 35.09%
G = 29.35%
B = 35.56%

CMYK

 C value IS 0.01

 M value IS 0.17

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#E2BDE5 (or 0xE2BDE5) is known color: Thistle. HEX triplet: E2, BD and E5. RGB value is (226,189,229). Sum of RGB (Red+Green+Blue) = 226+189+229=644 (85% of max value = 765). Red value is 226 (88.67% from 255 or 35.09% from 644); Green value is 189 (74.22% from 255 or 29.35% from 644); Blue value is 229 (89.84% from 255 or 35.56% from 644); Max value from RGB is 229 - color contains mainly: blue. Hex color #E2BDE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2BDE5 is #1D421A. Grayscale: #CCCCCC. Windows color (decimal): -1917467 or 15056354. OLE color: 15056354.

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

Color convert

RGB 226 189 229 -
CMYK 0.01 0.17 0 0.10
HSL 295.5º 0.43% 0.82% -
HSV(B) 295.5º 0.17% 0.9% -
XYZ 63.7 58.22 82.01 -
YUV 204.62 141.76 143.25 -
System Red Green Blue C M Y K H S L
Decimal 226 189 229 0.01 0.17 0 0.10 295.5 0.43 0.82
Hex E2 BD E5 1 11 0 A 128 2B 52
Octal 342 275 345 1 21 0 12 450 53 122
Binary 11100010 10111101 11100101 1 10001 0 1010 100101000 101011 1010010

Color Harmonies of #E2BDE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2BDE5

Black with #E2BDE5

Text Example


Text Example

White with #E2BDE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2BDE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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