Html Css Color HEX #EDB7EF French Lilac

📋 copy color: '#EDB7EF'

red 237 ◦ green 183 ◦ blue 239

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

Shades of French Lilac #EDB7EF

Tints of French Lilac #EDB7EF

RGB

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

 GREEN value IS 183 (71.88% from 255) = 27.77%

 BLUE value IS 239 (93.75% from 255) = 36.27%

R = 35.96%
G = 27.77%
B = 36.27%

CMYK

 C value IS 0.01

 M value IS 0.23

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EDB7EF (or 0xEDB7EF) is known color: French Lilac. HEX triplet: ED, B7 and EF. RGB value is (237,183,239). Sum of RGB (Red+Green+Blue) = 237+183+239=659 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.96% from 659); Green value is 183 (71.88% from 255 or 27.77% from 659); Blue value is 239 (93.75% from 255 or 36.27% from 659); Max value from RGB is 239 - color contains mainly: blue. Hex color #EDB7EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDB7EF is #124810. Grayscale: #CDCDCD. Windows color (decimal): -1198097 or 15710189. OLE color: 15710189.

HSL color Cylindrical-coordinate representation of color #EDB7EF: hue angle of 297.86º degrees, saturation: 0.64, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EDB7EF is Cyan = 0.01, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 237 183 239 -
CMYK 0.01 0.23 0 0.06
HSL 297.86º 0.64% 0.83% -
HSV(B) 297.86º 0.23% 0.94% -
XYZ 67.44 58.1 89.32 -
YUV 205.53 146.89 150.45 -
System Red Green Blue C M Y K H S L
Decimal 237 183 239 0.01 0.23 0 0.06 297.86 0.64 0.83
Hex ED B7 EF 1 17 0 6 12A 40 53
Octal 355 267 357 1 27 0 6 452 100 123
Binary 11101101 10110111 11101111 1 10111 0 110 100101010 1000000 1010011

Color Harmonies of #EDB7EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB7EF

Black with #EDB7EF

Text Example


Text Example

White with #EDB7EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB7EF; }

 p { color: rgb(237,183,239); }

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

background-color css

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

 a { background-color: rgb(237,183,239); }

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

border-color css

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

 span { border-color: rgb(237,183,239); }

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