Html Css Color HEX #E6BAEC Thistle

📋 copy color: '#E6BAEC'

red 230 ◦ green 186 ◦ blue 236

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

Shades of Thistle #E6BAEC

Tints of Thistle #E6BAEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 36.2%

R = 35.28%
G = 28.53%
B = 36.2%

CMYK

 C value IS 0.03

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E6BAEC (or 0xE6BAEC) is known color: Thistle. HEX triplet: E6, BA and EC. RGB value is (230,186,236). Sum of RGB (Red+Green+Blue) = 230+186+236=652 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.28% from 652); Green value is 186 (73.05% from 255 or 28.53% from 652); Blue value is 236 (92.58% from 255 or 36.20% from 652); Max value from RGB is 236 - color contains mainly: blue. Hex color #E6BAEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6BAEC is #194513. Grayscale: #CCCCCC. Windows color (decimal): -1656084 or 15514342. OLE color: 15514342.

HSL color Cylindrical-coordinate representation of color #E6BAEC: hue angle of 292.8º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E6BAEC is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 230 186 236 -
CMYK 0.03 0.21 0 0.07
HSL 292.8º 0.57% 0.83% -
HSV(B) 292.8º 0.21% 0.93% -
XYZ 65.33 58 87.11 -
YUV 204.86 145.58 145.93 -
System Red Green Blue C M Y K H S L
Decimal 230 186 236 0.03 0.21 0 0.07 292.8 0.57 0.83
Hex E6 BA EC 3 15 0 7 125 39 53
Octal 346 272 354 3 25 0 7 445 71 123
Binary 11100110 10111010 11101100 11 10101 0 111 100100101 111001 1010011

Color Harmonies of #E6BAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BAEC

Black with #E6BAEC

Text Example


Text Example

White with #E6BAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BAEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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