Html Css Color HEX #EBC0DF French Lilac

📋 copy color: '#EBC0DF'

red 235 ◦ green 192 ◦ blue 223

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

Shades of French Lilac #EBC0DF

Tints of French Lilac #EBC0DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 34.31%

R = 36.15%
G = 29.54%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#EBC0DF (or 0xEBC0DF) is known color: French Lilac. HEX triplet: EB, C0 and DF. RGB value is (235,192,223). Sum of RGB (Red+Green+Blue) = 235+192+223=650 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.15% from 650); Green value is 192 (75.39% from 255 or 29.54% from 650); Blue value is 223 (87.5% from 255 or 34.31% from 650); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC0DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC0DF is #143F20. Grayscale: #D0D0D0. Windows color (decimal): -1326881 or 14663915. OLE color: 14663915.

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

Color convert

RGB 235 192 223 -
CMYK 0 0.18 0.05 0.08
HSL 316.74º 0.52% 0.84% -
HSV(B) 316.74º 0.18% 0.92% -
XYZ 66.43 60.69 78.02 -
YUV 208.39 136.25 146.98 -
System Red Green Blue C M Y K H S L
Decimal 235 192 223 0 0.18 0.05 0.08 316.74 0.52 0.84
Hex EB C0 DF 0 12 5 8 13D 34 54
Octal 353 300 337 0 22 5 10 475 64 124
Binary 11101011 11000000 11011111 0 10010 101 1000 100111101 110100 1010100

Color Harmonies of #EBC0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC0DF

Black with #EBC0DF

Text Example


Text Example

White with #EBC0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC0DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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