#EBEFFF

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

Shades of Lavender #EBEFFF

Tints of Lavender #EBEFFF

Color information

#EBEFFF (or 0xEBEFFF) is unknown color: approx Lavender. HEX triplet: EB, EF and FF. RGB value is (235,239,255). Sum of RGB (Red+Green+Blue) = 235+239+255=729 (96% of max value = 765). Red value is 235 (92.19% from 255 or 32.24% from 729); Green value is 239 (93.75% from 255 or 32.78% from 729); Blue value is 255 (100% from 255 or 34.98% from 729); Max value from RGB is 255 - color contains mainly: blue. Hex color #EBEFFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBEFFF is #141000. Grayscale: #EFEFEF. Windows color (decimal): -1314817 or 16773099. OLE color: 16773099.

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

Color convert

RGB235239255-
CMYK0.080.0600
HSL228º100%96.08%-
HSV(B)228º7.84%100%-
XYZ83.1886.62106.94-
YUV239.63136.67124.7-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.24%
GREEN value IS 239 (93.75% from 255) = 32.78%
BLUE value IS 255 (100% from 255) = 34.98%
R=32.24%
G=32.78%
B=34.98%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2352392550.080.060022810096.08
HexEBEFFF8600e46460
Octal35335737710600344144140
Binary1110101111101111111111111000110001110010011001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEFFF; }

 p { color: rgb(235,239,255); }

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

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

 a { background-color: rgb(235,239,255); }

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

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

 span { border-color: rgb(235,239,255); }

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