Html Css Color HEX #E6BAE8 Thistle

📋 copy color: '#E6BAE8'

red 230 ◦ green 186 ◦ blue 232

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

Shades of Thistle #E6BAE8

Tints of Thistle #E6BAE8

RGB

 RED value IS 230 (90.23% from 255) = 35.49%

 GREEN value IS 186 (73.05% from 255) = 28.7%

 BLUE value IS 232 (91.02% from 255) = 35.8%

R = 35.49%
G = 28.7%
B = 35.8%

CMYK

 C value IS 0.01

 M value IS 0.20

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#E6BAE8 (or 0xE6BAE8) is known color: Thistle. HEX triplet: E6, BA and E8. RGB value is (230,186,232). Sum of RGB (Red+Green+Blue) = 230+186+232=648 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.49% from 648); Green value is 186 (73.05% from 255 or 28.70% from 648); Blue value is 232 (91.02% from 255 or 35.80% from 648); Max value from RGB is 232 - color contains mainly: blue. Hex color #E6BAE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6BAE8 is #194517. Grayscale: #CCCCCC. Windows color (decimal): -1656088 or 15252198. OLE color: 15252198.

HSL color Cylindrical-coordinate representation of color #E6BAE8: hue angle of 297.39º degrees, saturation: 0.5, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E6BAE8 is Cyan = 0.01, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 230 186 232 -
CMYK 0.01 0.20 0 0.09
HSL 297.39º 0.5% 0.82% -
HSV(B) 297.39º 0.2% 0.91% -
XYZ 64.76 57.77 84.08 -
YUV 204.4 143.58 146.26 -
System Red Green Blue C M Y K H S L
Decimal 230 186 232 0.01 0.20 0 0.09 297.39 0.5 0.82
Hex E6 BA E8 1 14 0 9 129 32 52
Octal 346 272 350 1 24 0 11 451 62 122
Binary 11100110 10111010 11101000 1 10100 0 1001 100101001 110010 1010010

Color Harmonies of #E6BAE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BAE8

Black with #E6BAE8

Text Example


Text Example

White with #E6BAE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BAE8; }

 p { color: rgb(230,186,232); }

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

background-color css

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

 a { background-color: rgb(230,186,232); }

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

border-color css

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

 span { border-color: rgb(230,186,232); }

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