Html Css Color HEX #EBAEDA French Lilac

📋 copy color: '#EBAEDA'

red 235 ◦ green 174 ◦ blue 218

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

Shades of French Lilac #EBAEDA

Tints of French Lilac #EBAEDA

RGB

 RED value IS 235 (92.19% from 255) = 37.48%

 GREEN value IS 174 (68.36% from 255) = 27.75%

 BLUE value IS 218 (85.55% from 255) = 34.77%

R = 37.48%
G = 27.75%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#EBAEDA (or 0xEBAEDA) is known color: French Lilac. HEX triplet: EB, AE and DA. RGB value is (235,174,218). Sum of RGB (Red+Green+Blue) = 235+174+218=627 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.48% from 627); Green value is 174 (68.36% from 255 or 27.75% from 627); Blue value is 218 (85.55% from 255 or 34.77% from 627); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAEDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAEDA is #145125. Grayscale: #C5C5C5. Windows color (decimal): -1331494 or 14331627. OLE color: 14331627.

HSL color Cylindrical-coordinate representation of color #EBAEDA: hue angle of 316.72º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EBAEDA is Cyan = 0, Magento = 0.26, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 174 218 -
CMYK 0 0.26 0.07 0.08
HSL 316.72º 0.6% 0.8% -
HSV(B) 316.72º 0.26% 0.92% -
XYZ 62.05 53 73.29 -
YUV 197.26 139.71 154.92 -
System Red Green Blue C M Y K H S L
Decimal 235 174 218 0 0.26 0.07 0.08 316.72 0.6 0.8
Hex EB AE DA 0 1A 7 8 13D 3C 50
Octal 353 256 332 0 32 7 10 475 74 120
Binary 11101011 10101110 11011010 0 11010 111 1000 100111101 111100 1010000

Color Harmonies of #EBAEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAEDA

Black with #EBAEDA

Text Example


Text Example

White with #EBAEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAEDA; }

 p { color: rgb(235,174,218); }

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

background-color css

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

 a { background-color: rgb(235,174,218); }

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

border-color css

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

 span { border-color: rgb(235,174,218); }

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