Html Css Color HEX #EDB2ED French Lilac

📋 copy color: '#EDB2ED'

red 237 ◦ green 178 ◦ blue 237

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

Shades of French Lilac #EDB2ED

Tints of French Lilac #EDB2ED

RGB

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

 GREEN value IS 178 (69.92% from 255) = 27.3%

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

R = 36.35%
G = 27.3%
B = 36.35%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EDB2ED (or 0xEDB2ED) is known color: French Lilac. HEX triplet: ED, B2 and ED. RGB value is (237,178,237). Sum of RGB (Red+Green+Blue) = 237+178+237=652 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.35% from 652); Green value is 178 (69.92% from 255 or 27.30% from 652); Blue value is 237 (92.97% from 255 or 36.35% from 652); Max value from RGB is 237 - color contains mainly: red, blue. Hex color #EDB2ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDB2ED is #124D12. Grayscale: #CACACA. Windows color (decimal): -1199379 or 15577837. OLE color: 15577837.

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

Color convert

RGB 237 178 237 -
CMYK 0 0.25 0 0.07
HSL 300º 0.62% 0.81% -
HSV(B) 300º 0.25% 0.93% -
XYZ 66.13 55.96 87.44 -
YUV 202.37 147.55 152.7 -
System Red Green Blue C M Y K H S L
Decimal 237 178 237 0 0.25 0 0.07 300 0.62 0.81
Hex ED B2 ED 0 19 0 7 12C 3E 51
Octal 355 262 355 0 31 0 7 454 76 121
Binary 11101101 10110010 11101101 0 11001 0 111 100101100 111110 1010001

Color Harmonies of #EDB2ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB2ED

Black with #EDB2ED

Text Example


Text Example

White with #EDB2ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB2ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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