Html Css Color HEX #EDAFE0 French Lilac

📋 copy color: '#EDAFE0'

red 237 ◦ green 175 ◦ blue 224

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

Shades of French Lilac #EDAFE0

Tints of French Lilac #EDAFE0

RGB

 RED value IS 237 (92.97% from 255) = 37.26%

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

 BLUE value IS 224 (87.89% from 255) = 35.22%

R = 37.26%
G = 27.52%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#EDAFE0 (or 0xEDAFE0) is known color: French Lilac. HEX triplet: ED, AF and E0. RGB value is (237,175,224). Sum of RGB (Red+Green+Blue) = 237+175+224=636 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.26% from 636); Green value is 175 (68.75% from 255 or 27.52% from 636); Blue value is 224 (87.89% from 255 or 35.22% from 636); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAFE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDAFE0 is #12501F. Grayscale: #C6C6C6. Windows color (decimal): -1200160 or 14725101. OLE color: 14725101.

HSL color Cylindrical-coordinate representation of color #EDAFE0: hue angle of 312.58º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EDAFE0 is Cyan = 0, Magento = 0.26, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 175 224 -
CMYK 0 0.26 0.05 0.07
HSL 312.58º 0.63% 0.81% -
HSV(B) 312.58º 0.26% 0.93% -
XYZ 63.71 54.05 77.6 -
YUV 199.12 142.04 155.02 -
System Red Green Blue C M Y K H S L
Decimal 237 175 224 0 0.26 0.05 0.07 312.58 0.63 0.81
Hex ED AF E0 0 1A 5 7 139 3F 51
Octal 355 257 340 0 32 5 7 471 77 121
Binary 11101101 10101111 11100000 0 11010 101 111 100111001 111111 1010001

Color Harmonies of #EDAFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAFE0

Black with #EDAFE0

Text Example


Text Example

White with #EDAFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAFE0; }

 p { color: rgb(237,175,224); }

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

background-color css

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

 a { background-color: rgb(237,175,224); }

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

border-color css

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

 span { border-color: rgb(237,175,224); }

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