Html Css Color HEX #EBAADD French Lilac

📋 copy color: '#EBAADD'

red 235 ◦ green 170 ◦ blue 221

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

Shades of French Lilac #EBAADD

Tints of French Lilac #EBAADD

RGB

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

 GREEN value IS 170 (66.8% from 255) = 27.16%

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

R = 37.54%
G = 27.16%
B = 35.3%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EBAADD (or 0xEBAADD) is known color: French Lilac. HEX triplet: EB, AA and DD. RGB value is (235,170,221). Sum of RGB (Red+Green+Blue) = 235+170+221=626 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.54% from 626); Green value is 170 (66.80% from 255 or 27.16% from 626); Blue value is 221 (86.72% from 255 or 35.30% from 626); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAADD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAADD is #145522. Grayscale: #C3C3C3. Windows color (decimal): -1332515 or 14527211. OLE color: 14527211.

HSL color Cylindrical-coordinate representation of color #EBAADD: hue angle of 312.92º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EBAADD is Cyan = 0, Magento = 0.28, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 170 221 -
CMYK 0 0.28 0.06 0.08
HSL 312.92º 0.62% 0.79% -
HSV(B) 312.92º 0.28% 0.92% -
XYZ 61.69 51.63 75.12 -
YUV 195.25 142.53 156.35 -
System Red Green Blue C M Y K H S L
Decimal 235 170 221 0 0.28 0.06 0.08 312.92 0.62 0.79
Hex EB AA DD 0 1C 6 8 139 3E 4F
Octal 353 252 335 0 34 6 10 471 76 117
Binary 11101011 10101010 11011101 0 11100 110 1000 100111001 111110 1001111

Color Harmonies of #EBAADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAADD

Black with #EBAADD

Text Example


Text Example

White with #EBAADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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