Html Css Color HEX #EDAFE6 French Lilac

📋 copy color: '#EDAFE6'

red 237 ◦ green 175 ◦ blue 230

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

Shades of French Lilac #EDAFE6

Tints of French Lilac #EDAFE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 35.83%

R = 36.92%
G = 27.26%
B = 35.83%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#EDAFE6 (or 0xEDAFE6) is known color: French Lilac. HEX triplet: ED, AF and E6. RGB value is (237,175,230). Sum of RGB (Red+Green+Blue) = 237+175+230=642 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.92% from 642); Green value is 175 (68.75% from 255 or 27.26% from 642); Blue value is 230 (90.23% from 255 or 35.83% from 642); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAFE6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDAFE6 is #125019. Grayscale: #C7C7C7. Windows color (decimal): -1200154 or 15118317. OLE color: 15118317.

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

Color convert

RGB 237 175 230 -
CMYK 0 0.26 0.03 0.07
HSL 306.77º 0.63% 0.81% -
HSV(B) 306.77º 0.26% 0.93% -
XYZ 64.54 54.38 81.96 -
YUV 199.81 145.04 154.53 -
System Red Green Blue C M Y K H S L
Decimal 237 175 230 0 0.26 0.03 0.07 306.77 0.63 0.81
Hex ED AF E6 0 1A 3 7 133 3F 51
Octal 355 257 346 0 32 3 7 463 77 121
Binary 11101101 10101111 11100110 0 11010 11 111 100110011 111111 1010001

Color Harmonies of #EDAFE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAFE6

Black with #EDAFE6

Text Example


Text Example

White with #EDAFE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAFE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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