Html Css Color HEX #EABDDF French Lilac

📋 copy color: '#EABDDF'

red 234 ◦ green 189 ◦ blue 223

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

Shades of French Lilac #EABDDF

Tints of French Lilac #EABDDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 34.52%

R = 36.22%
G = 29.26%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#EABDDF (or 0xEABDDF) is known color: French Lilac. HEX triplet: EA, BD and DF. RGB value is (234,189,223). Sum of RGB (Red+Green+Blue) = 234+189+223=646 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.22% from 646); Green value is 189 (74.22% from 255 or 29.26% from 646); Blue value is 223 (87.5% from 255 or 34.52% from 646); Max value from RGB is 234 - color contains mainly: red. Hex color #EABDDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABDDF is #154220. Grayscale: #CECECE. Windows color (decimal): -1393185 or 14663146. OLE color: 14663146.

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

Color convert

RGB 234 189 223 -
CMYK 0 0.19 0.05 0.08
HSL 314.67º 0.52% 0.83% -
HSV(B) 314.67º 0.19% 0.92% -
XYZ 65.45 59.22 77.79 -
YUV 206.33 137.41 147.74 -
System Red Green Blue C M Y K H S L
Decimal 234 189 223 0 0.19 0.05 0.08 314.67 0.52 0.83
Hex EA BD DF 0 13 5 8 13B 34 53
Octal 352 275 337 0 23 5 10 473 64 123
Binary 11101010 10111101 11011111 0 10011 101 1000 100111011 110100 1010011

Color Harmonies of #EABDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABDDF

Black with #EABDDF

Text Example


Text Example

White with #EABDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABDDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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