Html Css Color HEX #E6B9ED Thistle

📋 copy color: '#E6B9ED'

red 230 ◦ green 185 ◦ blue 237

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

Shades of Thistle #E6B9ED

Tints of Thistle #E6B9ED

RGB

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

 GREEN value IS 185 (72.66% from 255) = 28.37%

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

R = 35.28%
G = 28.37%
B = 36.35%

CMYK

 C value IS 0.03

 M value IS 0.22

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E6B9ED (or 0xE6B9ED) is known color: Thistle. HEX triplet: E6, B9 and ED. RGB value is (230,185,237). Sum of RGB (Red+Green+Blue) = 230+185+237=652 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.28% from 652); Green value is 185 (72.66% from 255 or 28.37% from 652); Blue value is 237 (92.97% from 255 or 36.35% from 652); Max value from RGB is 237 - color contains mainly: blue. Hex color #E6B9ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6B9ED is #194612. Grayscale: #CCCCCC. Windows color (decimal): -1656339 or 15579622. OLE color: 15579622.

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

Color convert

RGB 230 185 237 -
CMYK 0.03 0.22 0 0.07
HSL 291.92º 0.59% 0.83% -
HSV(B) 291.92º 0.22% 0.93% -
XYZ 65.27 57.64 87.81 -
YUV 204.38 146.41 146.27 -
System Red Green Blue C M Y K H S L
Decimal 230 185 237 0.03 0.22 0 0.07 291.92 0.59 0.83
Hex E6 B9 ED 3 16 0 7 124 3B 53
Octal 346 271 355 3 26 0 7 444 73 123
Binary 11100110 10111001 11101101 11 10110 0 111 100100100 111011 1010011

Color Harmonies of #E6B9ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6B9ED

Black with #E6B9ED

Text Example


Text Example

White with #E6B9ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6B9ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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