Html Css Color HEX #EBADDA French Lilac

📋 copy color: '#EBADDA'

red 235 ◦ green 173 ◦ blue 218

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

Shades of French Lilac #EBADDA

Tints of French Lilac #EBADDA

RGB

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

 GREEN value IS 173 (67.97% from 255) = 27.64%

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

R = 37.54%
G = 27.64%
B = 34.82%

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

#EBADDA (or 0xEBADDA) is known color: French Lilac. HEX triplet: EB, AD and DA. RGB value is (235,173,218). Sum of RGB (Red+Green+Blue) = 235+173+218=626 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.54% from 626); Green value is 173 (67.97% from 255 or 27.64% from 626); Blue value is 218 (85.55% from 255 or 34.82% from 626); Max value from RGB is 235 - color contains mainly: red. Hex color #EBADDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBADDA is #145225. Grayscale: #C4C4C4. Windows color (decimal): -1331750 or 14331371. OLE color: 14331371.

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

Color convert

RGB 235 173 218 -
CMYK 0 0.26 0.07 0.08
HSL 316.45º 0.61% 0.8% -
HSV(B) 316.45º 0.26% 0.92% -
XYZ 61.86 52.61 73.22 -
YUV 196.67 140.04 155.34 -
System Red Green Blue C M Y K H S L
Decimal 235 173 218 0 0.26 0.07 0.08 316.45 0.61 0.8
Hex EB AD DA 0 1A 7 8 13C 3D 50
Octal 353 255 332 0 32 7 10 474 75 120
Binary 11101011 10101101 11011010 0 11010 111 1000 100111100 111101 1010000

Color Harmonies of #EBADDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBADDA

Black with #EBADDA

Text Example


Text Example

White with #EBADDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBADDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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