Html Css Color HEX #EAAFDB French Lilac

📋 copy color: '#EAAFDB'

red 234 ◦ green 175 ◦ blue 219

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

Shades of French Lilac #EAAFDB

Tints of French Lilac #EAAFDB

RGB

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

 GREEN value IS 175 (68.75% from 255) = 27.87%

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

R = 37.26%
G = 27.87%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EAAFDB (or 0xEAAFDB) is known color: French Lilac. HEX triplet: EA, AF and DB. RGB value is (234,175,219). Sum of RGB (Red+Green+Blue) = 234+175+219=628 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.26% from 628); Green value is 175 (68.75% from 255 or 27.87% from 628); Blue value is 219 (85.94% from 255 or 34.87% from 628); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAFDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAAFDB is #155024. Grayscale: #C5C5C5. Windows color (decimal): -1396773 or 14397418. OLE color: 14397418.

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

Color convert

RGB 234 175 219 -
CMYK 0 0.25 0.06 0.08
HSL 315.25º 0.58% 0.8% -
HSV(B) 315.25º 0.25% 0.92% -
XYZ 62.05 53.27 74.03 -
YUV 197.66 140.05 153.92 -
System Red Green Blue C M Y K H S L
Decimal 234 175 219 0 0.25 0.06 0.08 315.25 0.58 0.8
Hex EA AF DB 0 19 6 8 13B 3A 50
Octal 352 257 333 0 31 6 10 473 72 120
Binary 11101010 10101111 11011011 0 11001 110 1000 100111011 111010 1010000

Color Harmonies of #EAAFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAFDB

Black with #EAAFDB

Text Example


Text Example

White with #EAAFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAFDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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