Html Css Color HEX #EAADDD French Lilac

📋 copy color: '#EAADDD'

red 234 ◦ green 173 ◦ blue 221

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

Shades of French Lilac #EAADDD

Tints of French Lilac #EAADDD

RGB

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

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

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

R = 37.26%
G = 27.55%
B = 35.19%

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

#EAADDD (or 0xEAADDD) is known color: French Lilac. HEX triplet: EA, AD and DD. RGB value is (234,173,221). Sum of RGB (Red+Green+Blue) = 234+173+221=628 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.26% from 628); Green value is 173 (67.97% from 255 or 27.55% from 628); Blue value is 221 (86.72% from 255 or 35.19% from 628); Max value from RGB is 234 - color contains mainly: red. Hex color #EAADDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAADDD is #155222. Grayscale: #C4C4C4. Windows color (decimal): -1397283 or 14527978. OLE color: 14527978.

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

Color convert

RGB 234 173 221 -
CMYK 0 0.26 0.06 0.08
HSL 312.79º 0.59% 0.8% -
HSV(B) 312.79º 0.26% 0.92% -
XYZ 61.93 52.6 75.3 -
YUV 196.71 141.71 154.6 -
System Red Green Blue C M Y K H S L
Decimal 234 173 221 0 0.26 0.06 0.08 312.79 0.59 0.8
Hex EA AD DD 0 1A 6 8 139 3B 50
Octal 352 255 335 0 32 6 10 471 73 120
Binary 11101010 10101101 11011101 0 11010 110 1000 100111001 111011 1010000

Color Harmonies of #EAADDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAADDD

Black with #EAADDD

Text Example


Text Example

White with #EAADDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAADDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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