Html Css Color HEX #EDBDEB French Lilac

📋 copy color: '#EDBDEB'

red 237 ◦ green 189 ◦ blue 235

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

Shades of French Lilac #EDBDEB

Tints of French Lilac #EDBDEB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 28.59%

 BLUE value IS 235 (92.19% from 255) = 35.55%

R = 35.85%
G = 28.59%
B = 35.55%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#EDBDEB (or 0xEDBDEB) is known color: French Lilac. HEX triplet: ED, BD and EB. RGB value is (237,189,235). Sum of RGB (Red+Green+Blue) = 237+189+235=661 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.85% from 661); Green value is 189 (74.22% from 255 or 28.59% from 661); Blue value is 235 (92.19% from 255 or 35.55% from 661); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBDEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDBDEB is #124214. Grayscale: #D0D0D0. Windows color (decimal): -1196565 or 15449581. OLE color: 15449581.

HSL color Cylindrical-coordinate representation of color #EDBDEB: hue angle of 302.5º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EDBDEB is Cyan = 0, Magento = 0.20, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 189 235 -
CMYK 0 0.20 0.01 0.07
HSL 302.5º 0.57% 0.84% -
HSV(B) 302.5º 0.2% 0.93% -
XYZ 68.12 60.4 86.67 -
YUV 208.6 142.9 148.26 -
System Red Green Blue C M Y K H S L
Decimal 237 189 235 0 0.20 0.01 0.07 302.5 0.57 0.84
Hex ED BD EB 0 14 1 7 12E 39 54
Octal 355 275 353 0 24 1 7 456 71 124
Binary 11101101 10111101 11101011 0 10100 1 111 100101110 111001 1010100

Color Harmonies of #EDBDEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBDEB

Black with #EDBDEB

Text Example


Text Example

White with #EDBDEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBDEB; }

 p { color: rgb(237,189,235); }

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

background-color css

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

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

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

border-color css

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

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

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