#EBDEF1

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

Shades of White Lilac #EBDEF1

Tints of White Lilac #EBDEF1

Color information

#EBDEF1 (or 0xEBDEF1) is unknown color: approx White Lilac. HEX triplet: EB, DE and F1. RGB value is (235,222,241). Sum of RGB (Red+Green+Blue) = 235+222+241=698 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.67% from 698); Green value is 222 (87.11% from 255 or 31.81% from 698); Blue value is 241 (94.53% from 255 or 34.53% from 698); Max value from RGB is 241 - color contains mainly: blue. Hex color #EBDEF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBDEF1 is #14210E. Grayscale: #E3E3E3. Windows color (decimal): -1319183 or 15851243. OLE color: 15851243.

HSL color Cylindrical-coordinate representation of color #EBDEF1: hue angle of 281.05º degrees, saturation: 0.4, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EBDEF1 is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB235222241-
CMYK0.020.0800.05
HSL281.05º40.43%90.78%-
HSV(B)281.05º7.88%94.51%-
XYZ76.2676.2693.92-
YUV228.05135.31132.96-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.67%
GREEN value IS 222 (87.11% from 255) = 31.81%
BLUE value IS 241 (94.53% from 255) = 34.53%
R=33.67%
G=31.81%
B=34.53%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2352222410.020.0800.05281.0540.4390.78
HexEBDEF12805119285b
Octal3533363612100543150133
Binary11101011110111101111000110100001011000110011010001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDEF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDEF1; }

 p { color: rgb(235,222,241); }

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

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

 a { background-color: rgb(235,222,241); }

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

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

 span { border-color: rgb(235,222,241); }

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