Html Css Color HEX #E6BCED Thistle

📋 copy color: '#E6BCED'

red 230 ◦ green 188 ◦ blue 237

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

Shades of Thistle #E6BCED

Tints of Thistle #E6BCED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 36.18%

R = 35.11%
G = 28.7%
B = 36.18%

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

#E6BCED (or 0xE6BCED) is known color: Thistle. HEX triplet: E6, BC and ED. RGB value is (230,188,237). Sum of RGB (Red+Green+Blue) = 230+188+237=655 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.11% from 655); Green value is 188 (73.83% from 255 or 28.70% from 655); Blue value is 237 (92.97% from 255 or 36.18% from 655); Max value from RGB is 237 - color contains mainly: blue. Hex color #E6BCED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6BCED is #194312. Grayscale: #CDCDCD. Windows color (decimal): -1655571 or 15580390. OLE color: 15580390.

HSL color Cylindrical-coordinate representation of color #E6BCED: hue angle of 291.43º degrees, saturation: 0.58, 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 #E6BCED is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 230 188 237 -
CMYK 0.03 0.21 0 0.07
HSL 291.43º 0.58% 0.83% -
HSV(B) 291.43º 0.21% 0.93% -
XYZ 65.9 58.9 88.02 -
YUV 206.14 145.41 145.02 -
System Red Green Blue C M Y K H S L
Decimal 230 188 237 0.03 0.21 0 0.07 291.43 0.58 0.83
Hex E6 BC ED 3 15 0 7 123 3A 53
Octal 346 274 355 3 25 0 7 443 72 123
Binary 11100110 10111100 11101101 11 10101 0 111 100100011 111010 1010011

Color Harmonies of #E6BCED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BCED

Black with #E6BCED

Text Example


Text Example

White with #E6BCED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BCED; }

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

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

background-color css

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

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

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

border-color css

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

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

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