Html Css Color HEX #E6BDEB Thistle

📋 copy color: '#E6BDEB'

red 230 ◦ green 189 ◦ blue 235

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

Shades of Thistle #E6BDEB

Tints of Thistle #E6BDEB

RGB

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

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

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

R = 35.17%
G = 28.9%
B = 35.93%

CMYK

 C value IS 0.02

 M value IS 0.20

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E6BDEB (or 0xE6BDEB) is known color: Thistle. HEX triplet: E6, BD and EB. RGB value is (230,189,235). Sum of RGB (Red+Green+Blue) = 230+189+235=654 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.17% from 654); Green value is 189 (74.22% from 255 or 28.90% from 654); Blue value is 235 (92.19% from 255 or 35.93% from 654); Max value from RGB is 235 - color contains mainly: blue. Hex color #E6BDEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6BDEB is #194214. Grayscale: #CECECE. Windows color (decimal): -1655317 or 15449574. OLE color: 15449574.

HSL color Cylindrical-coordinate representation of color #E6BDEB: hue angle of 293.48º degrees, saturation: 0.53, 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 #E6BDEB is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 230 189 235 -
CMYK 0.02 0.20 0 0.08
HSL 293.48º 0.53% 0.83% -
HSV(B) 293.48º 0.2% 0.92% -
XYZ 65.83 59.22 86.56 -
YUV 206.5 144.08 144.76 -
System Red Green Blue C M Y K H S L
Decimal 230 189 235 0.02 0.20 0 0.08 293.48 0.53 0.83
Hex E6 BD EB 2 14 0 8 125 35 53
Octal 346 275 353 2 24 0 10 445 65 123
Binary 11100110 10111101 11101011 10 10100 0 1000 100100101 110101 1010011

Color Harmonies of #E6BDEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BDEB

Black with #E6BDEB

Text Example


Text Example

White with #E6BDEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BDEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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