Html Css Color HEX #EDAFDF French Lilac

📋 copy color: '#EDAFDF'

red 237 ◦ green 175 ◦ blue 223

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

Shades of French Lilac #EDAFDF

Tints of French Lilac #EDAFDF

RGB

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

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

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

R = 37.32%
G = 27.56%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EDAFDF (or 0xEDAFDF) is known color: French Lilac. HEX triplet: ED, AF and DF. RGB value is (237,175,223). Sum of RGB (Red+Green+Blue) = 237+175+223=635 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.32% from 635); Green value is 175 (68.75% from 255 or 27.56% from 635); Blue value is 223 (87.5% from 255 or 35.12% from 635); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAFDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDAFDF is #125020. Grayscale: #C6C6C6. Windows color (decimal): -1200161 or 14659565. OLE color: 14659565.

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

Color convert

RGB 237 175 223 -
CMYK 0 0.26 0.06 0.07
HSL 313.55º 0.63% 0.81% -
HSV(B) 313.55º 0.26% 0.93% -
XYZ 63.57 53.99 76.88 -
YUV 199.01 141.54 155.1 -
System Red Green Blue C M Y K H S L
Decimal 237 175 223 0 0.26 0.06 0.07 313.55 0.63 0.81
Hex ED AF DF 0 1A 6 7 13A 3F 51
Octal 355 257 337 0 32 6 7 472 77 121
Binary 11101101 10101111 11011111 0 11010 110 111 100111010 111111 1010001

Color Harmonies of #EDAFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAFDF

Black with #EDAFDF

Text Example


Text Example

White with #EDAFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAFDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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