Html Css Color HEX #EBEBF0 Lavender

📋 copy color: '#EBEBF0'

red 235 ◦ green 235 ◦ blue 240

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

Shades of Lavender #EBEBF0

Tints of Lavender #EBEBF0

RGB

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

 GREEN value IS 235 (92.19% from 255) = 33.1%

 BLUE value IS 240 (94.14% from 255) = 33.8%

R = 33.1%
G = 33.1%
B = 33.8%

CMYK

 C value IS 0.02

 M value IS 0.02

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EBEBF0 (or 0xEBEBF0) is known color: Lavender. HEX triplet: EB, EB and F0. RGB value is (235,235,240). Sum of RGB (Red+Green+Blue) = 235+235+240=710 (94% of max value = 765). Red value is 235 (92.19% from 255 or 33.10% from 710); Green value is 235 (92.19% from 255 or 33.10% from 710); Blue value is 240 (94.14% from 255 or 33.80% from 710); Max value from RGB is 240 - color contains mainly: blue. Hex color #EBEBF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBEBF0 is #14140F. Grayscale: #EBEBEB. Windows color (decimal): -1315856 or 15789035. OLE color: 15789035.

HSL color Cylindrical-coordinate representation of color #EBEBF0: hue angle of 240º degrees, saturation: 0.14, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #EBEBF0 is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 235 235 240 -
CMYK 0.02 0.02 0 0.06
HSL 240º 0.14% 0.93% -
HSV(B) 240º 0.02% 0.94% -
XYZ 79.7 83.37 94.33 -
YUV 235.57 130.5 127.59 -
System Red Green Blue C M Y K H S L
Decimal 235 235 240 0.02 0.02 0 0.06 240 0.14 0.93
Hex EB EB F0 2 2 0 6 F0 E 5D
Octal 353 353 360 2 2 0 6 360 16 135
Binary 11101011 11101011 11110000 10 10 0 110 11110000 1110 1011101

Color Harmonies of #EBEBF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBEBF0

Black with #EBEBF0

Text Example


Text Example

White with #EBEBF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBEBF0; }

 p { color: rgb(235,235,240); }

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

background-color css

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

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

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

border-color css

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

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

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