Html Css Color HEX #EBC1DE French Lilac

📋 copy color: '#EBC1DE'

red 235 ◦ green 193 ◦ blue 222

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

Shades of French Lilac #EBC1DE

Tints of French Lilac #EBC1DE

RGB

 RED value IS 235 (92.19% from 255) = 36.15%

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

 BLUE value IS 222 (87.11% from 255) = 34.15%

R = 36.15%
G = 29.69%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EBC1DE (or 0xEBC1DE) is known color: French Lilac. HEX triplet: EB, C1 and DE. RGB value is (235,193,222). Sum of RGB (Red+Green+Blue) = 235+193+222=650 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.15% from 650); Green value is 193 (75.78% from 255 or 29.69% from 650); Blue value is 222 (87.11% from 255 or 34.15% from 650); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC1DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC1DE is #143E21. Grayscale: #D0D0D0. Windows color (decimal): -1326626 or 14598635. OLE color: 14598635.

HSL color Cylindrical-coordinate representation of color #EBC1DE: hue angle of 318.57º degrees, saturation: 0.51, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EBC1DE is Cyan = 0, Magento = 0.18, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 193 222 -
CMYK 0 0.18 0.06 0.08
HSL 318.57º 0.51% 0.84% -
HSV(B) 318.57º 0.18% 0.92% -
XYZ 66.52 61.08 77.39 -
YUV 208.86 135.41 146.64 -
System Red Green Blue C M Y K H S L
Decimal 235 193 222 0 0.18 0.06 0.08 318.57 0.51 0.84
Hex EB C1 DE 0 12 6 8 13F 33 54
Octal 353 301 336 0 22 6 10 477 63 124
Binary 11101011 11000001 11011110 0 10010 110 1000 100111111 110011 1010100

Color Harmonies of #EBC1DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC1DE

Black with #EBC1DE

Text Example


Text Example

White with #EBC1DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC1DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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