Html Css Color HEX #EBB0DE French Lilac

📋 copy color: '#EBB0DE'

red 235 ◦ green 176 ◦ blue 222

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

Shades of French Lilac #EBB0DE

Tints of French Lilac #EBB0DE

RGB

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

 GREEN value IS 176 (69.14% from 255) = 27.8%

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

R = 37.12%
G = 27.8%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EBB0DE (or 0xEBB0DE) is known color: French Lilac. HEX triplet: EB, B0 and DE. RGB value is (235,176,222). Sum of RGB (Red+Green+Blue) = 235+176+222=633 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.12% from 633); Green value is 176 (69.14% from 255 or 27.80% from 633); Blue value is 222 (87.11% from 255 or 35.07% from 633); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB0DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBB0DE is #144F21. Grayscale: #C6C6C6. Windows color (decimal): -1330978 or 14594283. OLE color: 14594283.

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

Color convert

RGB 235 176 222 -
CMYK 0 0.25 0.06 0.08
HSL 313.22º 0.6% 0.81% -
HSV(B) 313.22º 0.25% 0.92% -
XYZ 62.97 53.99 76.21 -
YUV 198.89 141.05 153.76 -
System Red Green Blue C M Y K H S L
Decimal 235 176 222 0 0.25 0.06 0.08 313.22 0.6 0.81
Hex EB B0 DE 0 19 6 8 139 3C 51
Octal 353 260 336 0 31 6 10 471 74 121
Binary 11101011 10110000 11011110 0 11001 110 1000 100111001 111100 1010001

Color Harmonies of #EBB0DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB0DE

Black with #EBB0DE

Text Example


Text Example

White with #EBB0DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB0DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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