Html Css Color HEX #EBBDDF French Lilac

📋 copy color: '#EBBDDF'

red 235 ◦ green 189 ◦ blue 223

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

Shades of French Lilac #EBBDDF

Tints of French Lilac #EBBDDF

RGB

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

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

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

R = 36.32%
G = 29.21%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#EBBDDF (or 0xEBBDDF) is known color: French Lilac. HEX triplet: EB, BD and DF. RGB value is (235,189,223). Sum of RGB (Red+Green+Blue) = 235+189+223=647 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.32% from 647); Green value is 189 (74.22% from 255 or 29.21% from 647); Blue value is 223 (87.5% from 255 or 34.47% from 647); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBDDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBDDF is #144220. Grayscale: #CECECE. Windows color (decimal): -1327649 or 14663147. OLE color: 14663147.

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

Color convert

RGB 235 189 223 -
CMYK 0 0.20 0.05 0.08
HSL 315.65º 0.53% 0.83% -
HSV(B) 315.65º 0.2% 0.92% -
XYZ 65.78 59.39 77.81 -
YUV 206.63 137.24 148.24 -
System Red Green Blue C M Y K H S L
Decimal 235 189 223 0 0.20 0.05 0.08 315.65 0.53 0.83
Hex EB BD DF 0 14 5 8 13C 35 53
Octal 353 275 337 0 24 5 10 474 65 123
Binary 11101011 10111101 11011111 0 10100 101 1000 100111100 110101 1010011

Color Harmonies of #EBBDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBDDF

Black with #EBBDDF

Text Example


Text Example

White with #EBBDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBDDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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