Html Css Color HEX #EBB8DB French Lilac

📋 copy color: '#EBB8DB'

red 235 ◦ green 184 ◦ blue 219

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

Shades of French Lilac #EBB8DB

Tints of French Lilac #EBB8DB

RGB

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

 GREEN value IS 184 (72.27% from 255) = 28.84%

 BLUE value IS 219 (85.94% from 255) = 34.33%

R = 36.83%
G = 28.84%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#EBB8DB (or 0xEBB8DB) is known color: French Lilac. HEX triplet: EB, B8 and DB. RGB value is (235,184,219). Sum of RGB (Red+Green+Blue) = 235+184+219=638 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.83% from 638); Green value is 184 (72.27% from 255 or 28.84% from 638); Blue value is 219 (85.94% from 255 or 34.33% from 638); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB8DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB8DB is #144724. Grayscale: #CBCBCB. Windows color (decimal): -1328933 or 14399723. OLE color: 14399723.

HSL color Cylindrical-coordinate representation of color #EBB8DB: hue angle of 318.82º degrees, saturation: 0.56, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EBB8DB is Cyan = 0, Magento = 0.22, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 184 219 -
CMYK 0 0.22 0.07 0.08
HSL 318.82º 0.56% 0.82% -
HSV(B) 318.82º 0.22% 0.92% -
XYZ 64.19 57.06 74.65 -
YUV 203.24 136.9 150.65 -
System Red Green Blue C M Y K H S L
Decimal 235 184 219 0 0.22 0.07 0.08 318.82 0.56 0.82
Hex EB B8 DB 0 16 7 8 13F 38 52
Octal 353 270 333 0 26 7 10 477 70 122
Binary 11101011 10111000 11011011 0 10110 111 1000 100111111 111000 1010010

Color Harmonies of #EBB8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB8DB

Black with #EBB8DB

Text Example


Text Example

White with #EBB8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB8DB; }

 p { color: rgb(235,184,219); }

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

background-color css

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

 a { background-color: rgb(235,184,219); }

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

border-color css

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

 span { border-color: rgb(235,184,219); }

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