#EBBFDD

Color #EBBFDD French Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of French Lilac #EBBFDD

Tints of French Lilac #EBBFDD

Color information

#EBBFDD (or 0xEBBFDD) is unknown color: approx French Lilac. HEX triplet: EB, BF and DD. RGB value is (235,191,221). Sum of RGB (Red+Green+Blue) = 235+191+221=647 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.32% from 647); Green value is 191 (75% from 255 or 29.52% from 647); Blue value is 221 (86.72% from 255 or 34.16% from 647); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBFDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBFDD is #144022. Grayscale: #CFCFCF. Windows color (decimal): -1327139 or 14532587. OLE color: 14532587.

HSL color Cylindrical-coordinate representation of color #EBBFDD: hue angle of 319.09º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EBBFDD is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB235191221-
CMYK00.190.060.08
HSL319.09º52.38%83.53%-
HSV(B)319.09º18.72%92.16%-
XYZ65.9460.1476.54-
YUV207.58135.58147.56-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.32%
GREEN value IS 191 (75% from 255) = 29.52%
BLUE value IS 221 (86.72% from 255) = 34.16%
R=36.32%
G=29.52%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519122100.190.060.08319.0952.3883.53
HexEBBFDD0136813f3454
Octal35327733502361047764124
Binary11101011101111111101110101001111010001001111111101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBFDD; }

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

 H1.HeaderClassName
 {
   color: #EBBFDD;
 }
 .AnyTagClassName
 {
   color: #EBBFDD;
 }
</style>
background-color css

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

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

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

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

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

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