Html Css Color HEX #EDB3EE French Lilac

📋 copy color: '#EDB3EE'

red 237 ◦ green 179 ◦ blue 238

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

Shades of French Lilac #EDB3EE

Tints of French Lilac #EDB3EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 36.39%

R = 36.24%
G = 27.37%
B = 36.39%

CMYK

 C value IS 0.00

 M value IS 0.25

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EDB3EE (or 0xEDB3EE) is known color: French Lilac. HEX triplet: ED, B3 and EE. RGB value is (237,179,238). Sum of RGB (Red+Green+Blue) = 237+179+238=654 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.24% from 654); Green value is 179 (70.31% from 255 or 27.37% from 654); Blue value is 238 (93.36% from 255 or 36.39% from 654); Max value from RGB is 238 - color contains mainly: blue. Hex color #EDB3EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDB3EE is #124C11. Grayscale: #CACACA. Windows color (decimal): -1199122 or 15643629. OLE color: 15643629.

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

Color convert

RGB 237 179 238 -
CMYK 0.00 0.25 0 0.07
HSL 298.98º 0.63% 0.82% -
HSV(B) 298.98º 0.25% 0.93% -
XYZ 66.48 56.42 88.27 -
YUV 203.07 147.72 152.2 -
System Red Green Blue C M Y K H S L
Decimal 237 179 238 0.00 0.25 0 0.07 298.98 0.63 0.82
Hex ED B3 EE 0 19 0 7 12B 3F 52
Octal 355 263 356 0 31 0 7 453 77 122
Binary 11101101 10110011 11101110 0 11001 0 111 100101011 111111 1010010

Color Harmonies of #EDB3EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB3EE

Black with #EDB3EE

Text Example


Text Example

White with #EDB3EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB3EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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