Html Css Color HEX #EDBCEE French Lilac

📋 copy color: '#EDBCEE'

red 237 ◦ green 188 ◦ blue 238

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

Shades of French Lilac #EDBCEE

Tints of French Lilac #EDBCEE

RGB

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

 GREEN value IS 188 (73.83% from 255) = 28.36%

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

R = 35.75%
G = 28.36%
B = 35.9%

CMYK

 C value IS 0.00

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EDBCEE (or 0xEDBCEE) is known color: French Lilac. HEX triplet: ED, BC and EE. RGB value is (237,188,238). Sum of RGB (Red+Green+Blue) = 237+188+238=663 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.75% from 663); Green value is 188 (73.83% from 255 or 28.36% from 663); Blue value is 238 (93.36% from 255 or 35.90% from 663); Max value from RGB is 238 - color contains mainly: blue. Hex color #EDBCEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDBCEE is #124311. Grayscale: #D0D0D0. Windows color (decimal): -1196818 or 15645933. OLE color: 15645933.

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

Color convert

RGB 237 188 238 -
CMYK 0.00 0.21 0 0.07
HSL 298.8º 0.6% 0.84% -
HSV(B) 298.8º 0.21% 0.93% -
XYZ 68.34 60.14 88.9 -
YUV 208.35 144.73 148.43 -
System Red Green Blue C M Y K H S L
Decimal 237 188 238 0.00 0.21 0 0.07 298.8 0.6 0.84
Hex ED BC EE 0 15 0 7 12B 3C 54
Octal 355 274 356 0 25 0 7 453 74 124
Binary 11101101 10111100 11101110 0 10101 0 111 100101011 111100 1010100

Color Harmonies of #EDBCEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBCEE

Black with #EDBCEE

Text Example


Text Example

White with #EDBCEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBCEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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