Html Css Color HEX #EBADDF French Lilac

📋 copy color: '#EBADDF'

red 235 ◦ green 173 ◦ blue 223

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

Shades of French Lilac #EBADDF

Tints of French Lilac #EBADDF

RGB

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

 GREEN value IS 173 (67.97% from 255) = 27.42%

 BLUE value IS 223 (87.5% from 255) = 35.34%

R = 37.24%
G = 27.42%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#EBADDF (or 0xEBADDF) is known color: French Lilac. HEX triplet: EB, AD and DF. RGB value is (235,173,223). Sum of RGB (Red+Green+Blue) = 235+173+223=631 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.24% from 631); Green value is 173 (67.97% from 255 or 27.42% from 631); Blue value is 223 (87.5% from 255 or 35.34% from 631); Max value from RGB is 235 - color contains mainly: red. Hex color #EBADDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBADDF is #145220. Grayscale: #C5C5C5. Windows color (decimal): -1331745 or 14659051. OLE color: 14659051.

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

Color convert

RGB 235 173 223 -
CMYK 0 0.26 0.05 0.08
HSL 311.61º 0.61% 0.8% -
HSV(B) 311.61º 0.26% 0.92% -
XYZ 62.52 52.88 76.72 -
YUV 197.24 142.54 154.93 -
System Red Green Blue C M Y K H S L
Decimal 235 173 223 0 0.26 0.05 0.08 311.61 0.61 0.8
Hex EB AD DF 0 1A 5 8 138 3D 50
Octal 353 255 337 0 32 5 10 470 75 120
Binary 11101011 10101101 11011111 0 11010 101 1000 100111000 111101 1010000

Color Harmonies of #EBADDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBADDF

Black with #EBADDF

Text Example


Text Example

White with #EBADDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBADDF; }

 p { color: rgb(235,173,223); }

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

background-color css

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

 a { background-color: rgb(235,173,223); }

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

border-color css

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

 span { border-color: rgb(235,173,223); }

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