Html Css Color HEX #EBAFDB French Lilac

📋 copy color: '#EBAFDB'

red 235 ◦ green 175 ◦ blue 219

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

Shades of French Lilac #EBAFDB

Tints of French Lilac #EBAFDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 34.82%

R = 37.36%
G = 27.82%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#EBAFDB (or 0xEBAFDB) is known color: French Lilac. HEX triplet: EB, AF and DB. RGB value is (235,175,219). Sum of RGB (Red+Green+Blue) = 235+175+219=629 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.36% from 629); Green value is 175 (68.75% from 255 or 27.82% from 629); Blue value is 219 (85.94% from 255 or 34.82% from 629); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAFDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAFDB is #145024. Grayscale: #C5C5C5. Windows color (decimal): -1331237 or 14397419. OLE color: 14397419.

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

Color convert

RGB 235 175 219 -
CMYK 0 0.26 0.07 0.08
HSL 316º 0.6% 0.8% -
HSV(B) 316º 0.26% 0.92% -
XYZ 62.38 53.44 74.04 -
YUV 197.96 139.88 154.42 -
System Red Green Blue C M Y K H S L
Decimal 235 175 219 0 0.26 0.07 0.08 316 0.6 0.8
Hex EB AF DB 0 1A 7 8 13C 3C 50
Octal 353 257 333 0 32 7 10 474 74 120
Binary 11101011 10101111 11011011 0 11010 111 1000 100111100 111100 1010000

Color Harmonies of #EBAFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAFDB

Black with #EBAFDB

Text Example


Text Example

White with #EBAFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAFDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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