Html Css Color HEX #EBBFE0 French Lilac

📋 copy color: '#EBBFE0'

red 235 ◦ green 191 ◦ blue 224

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

Shades of French Lilac #EBBFE0

Tints of French Lilac #EBBFE0

RGB

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

 GREEN value IS 191 (75% from 255) = 29.38%

 BLUE value IS 224 (87.89% from 255) = 34.46%

R = 36.15%
G = 29.38%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#EBBFE0 (or 0xEBBFE0) is known color: French Lilac. HEX triplet: EB, BF and E0. RGB value is (235,191,224). Sum of RGB (Red+Green+Blue) = 235+191+224=650 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.15% from 650); Green value is 191 (75% from 255 or 29.38% from 650); Blue value is 224 (87.89% from 255 or 34.46% from 650); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBFE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBFE0 is #14401F. Grayscale: #CFCFCF. Windows color (decimal): -1327136 or 14729195. OLE color: 14729195.

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

Color convert

RGB 235 191 224 -
CMYK 0 0.19 0.05 0.08
HSL 315º 0.52% 0.84% -
HSV(B) 315º 0.19% 0.92% -
XYZ 66.35 60.31 78.66 -
YUV 207.92 137.08 147.32 -
System Red Green Blue C M Y K H S L
Decimal 235 191 224 0 0.19 0.05 0.08 315 0.52 0.84
Hex EB BF E0 0 13 5 8 13B 34 54
Octal 353 277 340 0 23 5 10 473 64 124
Binary 11101011 10111111 11100000 0 10011 101 1000 100111011 110100 1010100

Color Harmonies of #EBBFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBFE0

Black with #EBBFE0

Text Example


Text Example

White with #EBBFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBFE0; }

 p { color: rgb(235,191,224); }

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

background-color css

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

 a { background-color: rgb(235,191,224); }

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

border-color css

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

 span { border-color: rgb(235,191,224); }

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