Html Css Color HEX #EDAFDB French Lilac

📋 copy color: '#EDAFDB'

red 237 ◦ green 175 ◦ blue 219

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

Shades of French Lilac #EDAFDB

Tints of French Lilac #EDAFDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 34.71%

R = 37.56%
G = 27.73%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EDAFDB (or 0xEDAFDB) is known color: French Lilac. HEX triplet: ED, AF and DB. RGB value is (237,175,219). Sum of RGB (Red+Green+Blue) = 237+175+219=631 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.56% from 631); Green value is 175 (68.75% from 255 or 27.73% from 631); Blue value is 219 (85.94% from 255 or 34.71% from 631); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAFDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDAFDB is #125024. Grayscale: #C6C6C6. Windows color (decimal): -1200165 or 14397421. OLE color: 14397421.

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

Color convert

RGB 237 175 219 -
CMYK 0 0.26 0.08 0.07
HSL 317.42º 0.63% 0.81% -
HSV(B) 317.42º 0.26% 0.93% -
XYZ 63.04 53.78 74.08 -
YUV 198.55 139.54 155.42 -
System Red Green Blue C M Y K H S L
Decimal 237 175 219 0 0.26 0.08 0.07 317.42 0.63 0.81
Hex ED AF DB 0 1A 8 7 13D 3F 51
Octal 355 257 333 0 32 10 7 475 77 121
Binary 11101101 10101111 11011011 0 11010 1000 111 100111101 111111 1010001

Color Harmonies of #EDAFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAFDB

Black with #EDAFDB

Text Example


Text Example

White with #EDAFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAFDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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