Html Css Color HEX #EBAEDD French Lilac

📋 copy color: '#EBAEDD'

red 235 ◦ green 174 ◦ blue 221

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

Shades of French Lilac #EBAEDD

Tints of French Lilac #EBAEDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 35.08%

R = 37.3%
G = 27.62%
B = 35.08%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EBAEDD (or 0xEBAEDD) is known color: French Lilac. HEX triplet: EB, AE and DD. RGB value is (235,174,221). Sum of RGB (Red+Green+Blue) = 235+174+221=630 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.30% from 630); Green value is 174 (68.36% from 255 or 27.62% from 630); Blue value is 221 (86.72% from 255 or 35.08% from 630); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAEDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAEDD is #145122. Grayscale: #C5C5C5. Windows color (decimal): -1331491 or 14528235. OLE color: 14528235.

HSL color Cylindrical-coordinate representation of color #EBAEDD: hue angle of 313.77º 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 #EBAEDD is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 174 221 -
CMYK 0 0.26 0.06 0.08
HSL 313.77º 0.6% 0.8% -
HSV(B) 313.77º 0.26% 0.92% -
XYZ 62.45 53.15 75.38 -
YUV 197.6 141.21 154.68 -
System Red Green Blue C M Y K H S L
Decimal 235 174 221 0 0.26 0.06 0.08 313.77 0.6 0.8
Hex EB AE DD 0 1A 6 8 13A 3C 50
Octal 353 256 335 0 32 6 10 472 74 120
Binary 11101011 10101110 11011101 0 11010 110 1000 100111010 111100 1010000

Color Harmonies of #EBAEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAEDD

Black with #EBAEDD

Text Example


Text Example

White with #EBAEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAEDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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