Html Css Color HEX #EDB8EB French Lilac

📋 copy color: '#EDB8EB'

red 237 ◦ green 184 ◦ blue 235

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

Shades of French Lilac #EDB8EB

Tints of French Lilac #EDB8EB

RGB

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

 GREEN value IS 184 (72.27% from 255) = 28.05%

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

R = 36.13%
G = 28.05%
B = 35.82%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#EDB8EB (or 0xEDB8EB) is known color: French Lilac. HEX triplet: ED, B8 and EB. RGB value is (237,184,235). Sum of RGB (Red+Green+Blue) = 237+184+235=656 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.13% from 656); Green value is 184 (72.27% from 255 or 28.05% from 656); Blue value is 235 (92.19% from 255 or 35.82% from 656); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB8EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDB8EB is #124714. Grayscale: #CDCDCD. Windows color (decimal): -1197845 or 15448301. OLE color: 15448301.

HSL color Cylindrical-coordinate representation of color #EDB8EB: hue angle of 302.26º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EDB8EB is Cyan = 0, Magento = 0.22, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 184 235 -
CMYK 0 0.22 0.01 0.07
HSL 302.26º 0.6% 0.83% -
HSV(B) 302.26º 0.22% 0.93% -
XYZ 67.06 58.28 86.31 -
YUV 205.66 144.56 150.35 -
System Red Green Blue C M Y K H S L
Decimal 237 184 235 0 0.22 0.01 0.07 302.26 0.6 0.83
Hex ED B8 EB 0 16 1 7 12E 3C 53
Octal 355 270 353 0 26 1 7 456 74 123
Binary 11101101 10111000 11101011 0 10110 1 111 100101110 111100 1010011

Color Harmonies of #EDB8EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB8EB

Black with #EDB8EB

Text Example


Text Example

White with #EDB8EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB8EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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