Html Css Color HEX #EAADDB French Lilac

📋 copy color: '#EAADDB'

red 234 ◦ green 173 ◦ blue 219

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

Shades of French Lilac #EAADDB

Tints of French Lilac #EAADDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 34.98%

R = 37.38%
G = 27.64%
B = 34.98%

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

#EAADDB (or 0xEAADDB) is known color: French Lilac. HEX triplet: EA, AD and DB. RGB value is (234,173,219). Sum of RGB (Red+Green+Blue) = 234+173+219=626 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.38% from 626); Green value is 173 (67.97% from 255 or 27.64% from 626); Blue value is 219 (85.94% from 255 or 34.98% from 626); Max value from RGB is 234 - color contains mainly: red. Hex color #EAADDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAADDB is #155224. Grayscale: #C4C4C4. Windows color (decimal): -1397285 or 14396906. OLE color: 14396906.

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

Color convert

RGB 234 173 219 -
CMYK 0 0.26 0.06 0.08
HSL 314.75º 0.59% 0.8% -
HSV(B) 314.75º 0.26% 0.92% -
XYZ 61.66 52.49 73.9 -
YUV 196.48 140.71 154.76 -
System Red Green Blue C M Y K H S L
Decimal 234 173 219 0 0.26 0.06 0.08 314.75 0.59 0.8
Hex EA AD DB 0 1A 6 8 13B 3B 50
Octal 352 255 333 0 32 6 10 473 73 120
Binary 11101010 10101101 11011011 0 11010 110 1000 100111011 111011 1010000

Color Harmonies of #EAADDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAADDB

Black with #EAADDB

Text Example


Text Example

White with #EAADDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAADDB; }

 p { color: rgb(234,173,219); }

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

background-color css

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

 a { background-color: rgb(234,173,219); }

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

border-color css

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

 span { border-color: rgb(234,173,219); }

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