Html Css Color HEX #EBBDDD French Lilac

📋 copy color: '#EBBDDD'

red 235 ◦ green 189 ◦ blue 221

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

Shades of French Lilac #EBBDDD

Tints of French Lilac #EBBDDD

RGB

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

 GREEN value IS 189 (74.22% from 255) = 29.3%

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

R = 36.43%
G = 29.3%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EBBDDD (or 0xEBBDDD) is known color: French Lilac. HEX triplet: EB, BD and DD. RGB value is (235,189,221). Sum of RGB (Red+Green+Blue) = 235+189+221=645 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.43% from 645); Green value is 189 (74.22% from 255 or 29.30% from 645); Blue value is 221 (86.72% from 255 or 34.26% from 645); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBDDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBDDD is #144222. Grayscale: #CECECE. Windows color (decimal): -1327651 or 14532075. OLE color: 14532075.

HSL color Cylindrical-coordinate representation of color #EBBDDD: hue angle of 318.26º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EBBDDD is Cyan = 0, Magento = 0.20, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 189 221 -
CMYK 0 0.20 0.06 0.08
HSL 318.26º 0.53% 0.83% -
HSV(B) 318.26º 0.2% 0.92% -
XYZ 65.51 59.28 76.4 -
YUV 206.4 136.24 148.4 -
System Red Green Blue C M Y K H S L
Decimal 235 189 221 0 0.20 0.06 0.08 318.26 0.53 0.83
Hex EB BD DD 0 14 6 8 13E 35 53
Octal 353 275 335 0 24 6 10 476 65 123
Binary 11101011 10111101 11011101 0 10100 110 1000 100111110 110101 1010011

Color Harmonies of #EBBDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBDDD

Black with #EBBDDD

Text Example


Text Example

White with #EBBDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBDDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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