Html Css Color HEX #EBAFD8 French Lilac

📋 copy color: '#EBAFD8'

red 235 ◦ green 175 ◦ blue 216

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

Shades of French Lilac #EBAFD8

Tints of French Lilac #EBAFD8

RGB

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

 GREEN value IS 175 (68.75% from 255) = 27.96%

 BLUE value IS 216 (84.77% from 255) = 34.5%

R = 37.54%
G = 27.96%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.08

 K value IS 0.08

RGB Variations

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

Color information

#EBAFD8 (or 0xEBAFD8) is known color: French Lilac. HEX triplet: EB, AF and D8. RGB value is (235,175,216). Sum of RGB (Red+Green+Blue) = 235+175+216=626 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.54% from 626); Green value is 175 (68.75% from 255 or 27.96% from 626); Blue value is 216 (84.77% from 255 or 34.50% from 626); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAFD8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAFD8 is #145027. Grayscale: #C5C5C5. Windows color (decimal): -1331240 or 14200811. OLE color: 14200811.

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

Color convert

RGB 235 175 216 -
CMYK 0 0.26 0.08 0.08
HSL 319º 0.6% 0.8% -
HSV(B) 319º 0.26% 0.92% -
XYZ 61.99 53.28 71.98 -
YUV 197.61 138.38 154.67 -
System Red Green Blue C M Y K H S L
Decimal 235 175 216 0 0.26 0.08 0.08 319 0.6 0.8
Hex EB AF D8 0 1A 8 8 13F 3C 50
Octal 353 257 330 0 32 10 10 477 74 120
Binary 11101011 10101111 11011000 0 11010 1000 1000 100111111 111100 1010000

Color Harmonies of #EBAFD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAFD8

Black with #EBAFD8

Text Example


Text Example

White with #EBAFD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAFD8; }

 p { color: rgb(235,175,216); }

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

background-color css

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

 a { background-color: rgb(235,175,216); }

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

border-color css

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

 span { border-color: rgb(235,175,216); }

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