#EBC0DD

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

Shades of French Lilac #EBC0DD

Tints of French Lilac #EBC0DD

Color information

#EBC0DD (or 0xEBC0DD) is unknown color: approx French Lilac. HEX triplet: EB, C0 and DD. RGB value is (235,192,221). Sum of RGB (Red+Green+Blue) = 235+192+221=648 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.27% from 648); Green value is 192 (75.39% from 255 or 29.63% from 648); Blue value is 221 (86.72% from 255 or 34.10% from 648); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC0DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC0DD is #143F22. Grayscale: #D0D0D0. Windows color (decimal): -1326883 or 14532843. OLE color: 14532843.

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

Color convert

RGB235192221-
CMYK00.180.060.08
HSL319.53º51.81%83.73%-
HSV(B)319.53º18.3%92.16%-
XYZ66.1660.5876.61-
YUV208.16135.25147.14-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.27%
GREEN value IS 192 (75.39% from 255) = 29.63%
BLUE value IS 221 (86.72% from 255) = 34.10%
R=36.27%
G=29.63%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519222100.180.060.08319.5351.8183.73
HexEBC0DD012681403454
Octal35330033502261050064124
Binary11101011110000001101110101001011010001010000001101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC0DD; }

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

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

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

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

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

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

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

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