Html Css Color HEX #EDAFE3 French Lilac

📋 copy color: '#EDAFE3'

red 237 ◦ green 175 ◦ blue 227

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

Shades of French Lilac #EDAFE3

Tints of French Lilac #EDAFE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 35.52%

R = 37.09%
G = 27.39%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#EDAFE3 (or 0xEDAFE3) is known color: French Lilac. HEX triplet: ED, AF and E3. RGB value is (237,175,227). Sum of RGB (Red+Green+Blue) = 237+175+227=639 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.09% from 639); Green value is 175 (68.75% from 255 or 27.39% from 639); Blue value is 227 (89.06% from 255 or 35.52% from 639); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAFE3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDAFE3 is #12501C. Grayscale: #C7C7C7. Windows color (decimal): -1200157 or 14921709. OLE color: 14921709.

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

Color convert

RGB 237 175 227 -
CMYK 0 0.26 0.04 0.07
HSL 309.68º 0.63% 0.81% -
HSV(B) 309.68º 0.26% 0.93% -
XYZ 64.12 54.21 79.76 -
YUV 199.47 143.54 154.77 -
System Red Green Blue C M Y K H S L
Decimal 237 175 227 0 0.26 0.04 0.07 309.68 0.63 0.81
Hex ED AF E3 0 1A 4 7 136 3F 51
Octal 355 257 343 0 32 4 7 466 77 121
Binary 11101101 10101111 11100011 0 11010 100 111 100110110 111111 1010001

Color Harmonies of #EDAFE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAFE3

Black with #EDAFE3

Text Example


Text Example

White with #EDAFE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAFE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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