Html Css Color HEX #EBC0DE French Lilac

📋 copy color: '#EBC0DE'

red 235 ◦ green 192 ◦ blue 222

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

Shades of French Lilac #EBC0DE

Tints of French Lilac #EBC0DE

RGB

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

 GREEN value IS 192 (75.39% from 255) = 29.58%

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

R = 36.21%
G = 29.58%
B = 34.21%

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

#EBC0DE (or 0xEBC0DE) is known color: French Lilac. HEX triplet: EB, C0 and DE. RGB value is (235,192,222). Sum of RGB (Red+Green+Blue) = 235+192+222=649 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.21% from 649); Green value is 192 (75.39% from 255 or 29.58% from 649); Blue value is 222 (87.11% from 255 or 34.21% from 649); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC0DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC0DE is #143F21. Grayscale: #D0D0D0. Windows color (decimal): -1326882 or 14598379. OLE color: 14598379.

HSL color Cylindrical-coordinate representation of color #EBC0DE: hue angle of 318.14º degrees, saturation: 0.52, 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 #EBC0DE is Cyan = 0, Magento = 0.18, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 192 222 -
CMYK 0 0.18 0.06 0.08
HSL 318.14º 0.52% 0.84% -
HSV(B) 318.14º 0.18% 0.92% -
XYZ 66.3 60.64 77.32 -
YUV 208.28 135.75 147.06 -
System Red Green Blue C M Y K H S L
Decimal 235 192 222 0 0.18 0.06 0.08 318.14 0.52 0.84
Hex EB C0 DE 0 12 6 8 13E 34 54
Octal 353 300 336 0 22 6 10 476 64 124
Binary 11101011 11000000 11011110 0 10010 110 1000 100111110 110100 1010100

Color Harmonies of #EBC0DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC0DE

Black with #EBC0DE

Text Example


Text Example

White with #EBC0DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC0DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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