Html Css Color HEX #E6BDEC Thistle

📋 copy color: '#E6BDEC'

red 230 ◦ green 189 ◦ blue 236

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

Shades of Thistle #E6BDEC

Tints of Thistle #E6BDEC

RGB

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

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

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

R = 35.11%
G = 28.85%
B = 36.03%

CMYK

 C value IS 0.03

 M value IS 0.20

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E6BDEC (or 0xE6BDEC) is known color: Thistle. HEX triplet: E6, BD and EC. RGB value is (230,189,236). Sum of RGB (Red+Green+Blue) = 230+189+236=655 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.11% from 655); Green value is 189 (74.22% from 255 or 28.85% from 655); Blue value is 236 (92.58% from 255 or 36.03% from 655); Max value from RGB is 236 - color contains mainly: blue. Hex color #E6BDEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6BDEC is #194213. Grayscale: #CECECE. Windows color (decimal): -1655316 or 15515110. OLE color: 15515110.

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

Color convert

RGB 230 189 236 -
CMYK 0.03 0.20 0 0.07
HSL 292.34º 0.55% 0.83% -
HSV(B) 292.34º 0.2% 0.93% -
XYZ 65.97 59.27 87.32 -
YUV 206.62 144.58 144.68 -
System Red Green Blue C M Y K H S L
Decimal 230 189 236 0.03 0.20 0 0.07 292.34 0.55 0.83
Hex E6 BD EC 3 14 0 7 124 37 53
Octal 346 275 354 3 24 0 7 444 67 123
Binary 11100110 10111101 11101100 11 10100 0 111 100100100 110111 1010011

Color Harmonies of #E6BDEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BDEC

Black with #E6BDEC

Text Example


Text Example

White with #E6BDEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BDEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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