Html Css Color HEX #EBADDD French Lilac

📋 copy color: '#EBADDD'

red 235 ◦ green 173 ◦ blue 221

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

Shades of French Lilac #EBADDD

Tints of French Lilac #EBADDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 35.14%

R = 37.36%
G = 27.5%
B = 35.14%

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

#EBADDD (or 0xEBADDD) is known color: French Lilac. HEX triplet: EB, AD and DD. RGB value is (235,173,221). Sum of RGB (Red+Green+Blue) = 235+173+221=629 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.36% from 629); Green value is 173 (67.97% from 255 or 27.50% from 629); Blue value is 221 (86.72% from 255 or 35.14% from 629); Max value from RGB is 235 - color contains mainly: red. Hex color #EBADDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBADDD is #145222. Grayscale: #C4C4C4. Windows color (decimal): -1331747 or 14527979. OLE color: 14527979.

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

Color convert

RGB 235 173 221 -
CMYK 0 0.26 0.06 0.08
HSL 313.55º 0.61% 0.8% -
HSV(B) 313.55º 0.26% 0.92% -
XYZ 62.26 52.77 75.31 -
YUV 197.01 141.54 155.1 -
System Red Green Blue C M Y K H S L
Decimal 235 173 221 0 0.26 0.06 0.08 313.55 0.61 0.8
Hex EB AD DD 0 1A 6 8 13A 3D 50
Octal 353 255 335 0 32 6 10 472 75 120
Binary 11101011 10101101 11011101 0 11010 110 1000 100111010 111101 1010000

Color Harmonies of #EBADDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBADDD

Black with #EBADDD

Text Example


Text Example

White with #EBADDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBADDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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