Html Css Color HEX #EABDDB French Lilac

📋 copy color: '#EABDDB'

red 234 ◦ green 189 ◦ blue 219

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

Shades of French Lilac #EABDDB

Tints of French Lilac #EABDDB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 29.44%

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

R = 36.45%
G = 29.44%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EABDDB (or 0xEABDDB) is known color: French Lilac. HEX triplet: EA, BD and DB. RGB value is (234,189,219). Sum of RGB (Red+Green+Blue) = 234+189+219=642 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.45% from 642); Green value is 189 (74.22% from 255 or 29.44% from 642); Blue value is 219 (85.94% from 255 or 34.11% from 642); Max value from RGB is 234 - color contains mainly: red. Hex color #EABDDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABDDB is #154224. Grayscale: #CDCDCD. Windows color (decimal): -1393189 or 14401002. OLE color: 14401002.

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

Color convert

RGB 234 189 219 -
CMYK 0 0.19 0.06 0.08
HSL 320º 0.52% 0.83% -
HSV(B) 320º 0.19% 0.92% -
XYZ 64.92 59 74.98 -
YUV 205.88 135.41 148.06 -
System Red Green Blue C M Y K H S L
Decimal 234 189 219 0 0.19 0.06 0.08 320 0.52 0.83
Hex EA BD DB 0 13 6 8 140 34 53
Octal 352 275 333 0 23 6 10 500 64 123
Binary 11101010 10111101 11011011 0 10011 110 1000 101000000 110100 1010011

Color Harmonies of #EABDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABDDB

Black with #EABDDB

Text Example


Text Example

White with #EABDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABDDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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