Html Css Color HEX #EDB6EE French Lilac

📋 copy color: '#EDB6EE'

red 237 ◦ green 182 ◦ blue 238

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

Shades of French Lilac #EDB6EE

Tints of French Lilac #EDB6EE

RGB

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

 GREEN value IS 182 (71.48% from 255) = 27.7%

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

R = 36.07%
G = 27.7%
B = 36.23%

CMYK

 C value IS 0.00

 M value IS 0.24

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EDB6EE (or 0xEDB6EE) is known color: French Lilac. HEX triplet: ED, B6 and EE. RGB value is (237,182,238). Sum of RGB (Red+Green+Blue) = 237+182+238=657 (87% of max value = 765). Red value is 237 (92.97% from 255 or 36.07% from 657); Green value is 182 (71.48% from 255 or 27.70% from 657); Blue value is 238 (93.36% from 255 or 36.23% from 657); Max value from RGB is 238 - color contains mainly: blue. Hex color #EDB6EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDB6EE is #124911. Grayscale: #CCCCCC. Windows color (decimal): -1198354 or 15644397. OLE color: 15644397.

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

Color convert

RGB 237 182 238 -
CMYK 0.00 0.24 0 0.07
HSL 298.93º 0.62% 0.82% -
HSV(B) 298.93º 0.24% 0.93% -
XYZ 67.09 57.63 88.48 -
YUV 204.83 146.72 150.95 -
System Red Green Blue C M Y K H S L
Decimal 237 182 238 0.00 0.24 0 0.07 298.93 0.62 0.82
Hex ED B6 EE 0 18 0 7 12B 3E 52
Octal 355 266 356 0 30 0 7 453 76 122
Binary 11101101 10110110 11101110 0 11000 0 111 100101011 111110 1010010

Color Harmonies of #EDB6EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB6EE

Black with #EDB6EE

Text Example


Text Example

White with #EDB6EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB6EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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