Html Css Color HEX #EDB3ED French Lilac

📋 copy color: '#EDB3ED'

red 237 ◦ green 179 ◦ blue 237

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

Shades of French Lilac #EDB3ED

Tints of French Lilac #EDB3ED

RGB

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

 GREEN value IS 179 (70.31% from 255) = 27.41%

 BLUE value IS 237 (92.97% from 255) = 36.29%

R = 36.29%
G = 27.41%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EDB3ED (or 0xEDB3ED) is known color: French Lilac. HEX triplet: ED, B3 and ED. RGB value is (237,179,237). Sum of RGB (Red+Green+Blue) = 237+179+237=653 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.29% from 653); Green value is 179 (70.31% from 255 or 27.41% from 653); Blue value is 237 (92.97% from 255 or 36.29% from 653); Max value from RGB is 237 - color contains mainly: red, blue. Hex color #EDB3ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDB3ED is #124C12. Grayscale: #CACACA. Windows color (decimal): -1199123 or 15578093. OLE color: 15578093.

HSL color Cylindrical-coordinate representation of color #EDB3ED: hue angle of 300º degrees, saturation: 0.62, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EDB3ED is Cyan = 0, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 179 237 -
CMYK 0 0.24 0 0.07
HSL 300º 0.62% 0.82% -
HSV(B) 300º 0.24% 0.93% -
XYZ 66.33 56.36 87.5 -
YUV 202.95 147.22 152.28 -
System Red Green Blue C M Y K H S L
Decimal 237 179 237 0 0.24 0 0.07 300 0.62 0.82
Hex ED B3 ED 0 18 0 7 12C 3E 52
Octal 355 263 355 0 30 0 7 454 76 122
Binary 11101101 10110011 11101101 0 11000 0 111 100101100 111110 1010010

Color Harmonies of #EDB3ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB3ED

Black with #EDB3ED

Text Example


Text Example

White with #EDB3ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB3ED; }

 p { color: rgb(237,179,237); }

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

background-color css

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

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

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

border-color css

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

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

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