Html Css Color HEX #EBAFDC French Lilac

📋 copy color: '#EBAFDC'

red 235 ◦ green 175 ◦ blue 220

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

Shades of French Lilac #EBAFDC

Tints of French Lilac #EBAFDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 34.92%

R = 37.3%
G = 27.78%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EBAFDC (or 0xEBAFDC) is known color: French Lilac. HEX triplet: EB, AF and DC. RGB value is (235,175,220). Sum of RGB (Red+Green+Blue) = 235+175+220=630 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.30% from 630); Green value is 175 (68.75% from 255 or 27.78% from 630); Blue value is 220 (86.33% from 255 or 34.92% from 630); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAFDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAFDC is #145023. Grayscale: #C5C5C5. Windows color (decimal): -1331236 or 14462955. OLE color: 14462955.

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

Color convert

RGB 235 175 220 -
CMYK 0 0.26 0.06 0.08
HSL 315º 0.6% 0.8% -
HSV(B) 315º 0.26% 0.92% -
XYZ 62.51 53.49 74.74 -
YUV 198.07 140.38 154.34 -
System Red Green Blue C M Y K H S L
Decimal 235 175 220 0 0.26 0.06 0.08 315 0.6 0.8
Hex EB AF DC 0 1A 6 8 13B 3C 50
Octal 353 257 334 0 32 6 10 473 74 120
Binary 11101011 10101111 11011100 0 11010 110 1000 100111011 111100 1010000

Color Harmonies of #EBAFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAFDC

Black with #EBAFDC

Text Example


Text Example

White with #EBAFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAFDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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