Html Css Color HEX #EABDEC Thistle

📋 copy color: '#EABDEC'

red 234 ◦ green 189 ◦ blue 236

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

Shades of Thistle #EABDEC

Tints of Thistle #EABDEC

RGB

 RED value IS 234 (91.8% from 255) = 35.51%

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

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

R = 35.51%
G = 28.68%
B = 35.81%

CMYK

 C value IS 0.01

 M value IS 0.20

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EABDEC (or 0xEABDEC) is known color: Thistle. HEX triplet: EA, BD and EC. RGB value is (234,189,236). Sum of RGB (Red+Green+Blue) = 234+189+236=659 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.51% from 659); Green value is 189 (74.22% from 255 or 28.68% from 659); Blue value is 236 (92.58% from 255 or 35.81% from 659); Max value from RGB is 236 - color contains mainly: blue. Hex color #EABDEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABDEC is #154213. Grayscale: #CFCFCF. Windows color (decimal): -1393172 or 15515114. OLE color: 15515114.

HSL color Cylindrical-coordinate representation of color #EABDEC: hue angle of 297.45º 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 #EABDEC is Cyan = 0.01, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 234 189 236 -
CMYK 0.01 0.20 0 0.07
HSL 297.45º 0.55% 0.83% -
HSV(B) 297.45º 0.2% 0.93% -
XYZ 67.27 59.94 87.38 -
YUV 207.81 143.91 146.68 -
System Red Green Blue C M Y K H S L
Decimal 234 189 236 0.01 0.20 0 0.07 297.45 0.55 0.83
Hex EA BD EC 1 14 0 7 129 37 53
Octal 352 275 354 1 24 0 7 451 67 123
Binary 11101010 10111101 11101100 1 10100 0 111 100101001 110111 1010011

Color Harmonies of #EABDEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABDEC

Black with #EABDEC

Text Example


Text Example

White with #EABDEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABDEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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