Html Css Color HEX #EDC1EB French Lilac

📋 copy color: '#EDC1EB'

red 237 ◦ green 193 ◦ blue 235

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

Shades of French Lilac #EDC1EB

Tints of French Lilac #EDC1EB

RGB

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

 GREEN value IS 193 (75.78% from 255) = 29.02%

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

R = 35.64%
G = 29.02%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#EDC1EB (or 0xEDC1EB) is known color: French Lilac. HEX triplet: ED, C1 and EB. RGB value is (237,193,235). Sum of RGB (Red+Green+Blue) = 237+193+235=665 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.64% from 665); Green value is 193 (75.78% from 255 or 29.02% from 665); Blue value is 235 (92.19% from 255 or 35.34% from 665); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC1EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC1EB is #123E14. Grayscale: #D2D2D2. Windows color (decimal): -1195541 or 15450605. OLE color: 15450605.

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

Color convert

RGB 237 193 235 -
CMYK 0 0.19 0.01 0.07
HSL 302.73º 0.55% 0.84% -
HSV(B) 302.73º 0.19% 0.93% -
XYZ 68.99 62.14 86.96 -
YUV 210.94 141.58 146.58 -
System Red Green Blue C M Y K H S L
Decimal 237 193 235 0 0.19 0.01 0.07 302.73 0.55 0.84
Hex ED C1 EB 0 13 1 7 12F 37 54
Octal 355 301 353 0 23 1 7 457 67 124
Binary 11101101 11000001 11101011 0 10011 1 111 100101111 110111 1010100

Color Harmonies of #EDC1EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC1EB

Black with #EDC1EB

Text Example


Text Example

White with #EDC1EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC1EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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