Html Css Color HEX #E6BCEB Thistle

📋 copy color: '#E6BCEB'

red 230 ◦ green 188 ◦ blue 235

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

Shades of Thistle #E6BCEB

Tints of Thistle #E6BCEB

RGB

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

 GREEN value IS 188 (73.83% from 255) = 28.79%

 BLUE value IS 235 (92.19% from 255) = 35.99%

R = 35.22%
G = 28.79%
B = 35.99%

CMYK

 C value IS 0.02

 M value IS 0.2

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E6BCEB (or 0xE6BCEB) is known color: Thistle. HEX triplet: E6, BC and EB. RGB value is (230,188,235). Sum of RGB (Red+Green+Blue) = 230+188+235=653 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.22% from 653); Green value is 188 (73.83% from 255 or 28.79% from 653); Blue value is 235 (92.19% from 255 or 35.99% from 653); Max value from RGB is 235 - color contains mainly: blue. Hex color #E6BCEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6BCEB is #194314. Grayscale: #CDCDCD. Windows color (decimal): -1655573 or 15449318. OLE color: 15449318.

HSL color Cylindrical-coordinate representation of color #E6BCEB: hue angle of 293.62º degrees, saturation: 0.54, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E6BCEB is Cyan = 0.02, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 230 188 235 -
CMYK 0.02 0.2 0 0.08
HSL 293.62º 0.54% 0.83% -
HSV(B) 293.62º 0.2% 0.92% -
XYZ 65.61 58.79 86.49 -
YUV 205.92 144.41 145.18 -
System Red Green Blue C M Y K H S L
Decimal 230 188 235 0.02 0.2 0 0.08 293.62 0.54 0.83
Hex E6 BC EB 2 14 0 8 126 36 53
Octal 346 274 353 2 24 0 10 446 66 123
Binary 11100110 10111100 11101011 10 10100 0 1000 100100110 110110 1010011

Color Harmonies of #E6BCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BCEB

Black with #E6BCEB

Text Example


Text Example

White with #E6BCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BCEB; }

 p { color: rgb(230,188,235); }

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

background-color css

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

 a { background-color: rgb(230,188,235); }

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

border-color css

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

 span { border-color: rgb(230,188,235); }

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