Html Css Color HEX #EBEAF1 Lavender

📋 copy color: '#EBEAF1'

red 235 ◦ green 234 ◦ blue 241

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

Shades of Lavender #EBEAF1

Tints of Lavender #EBEAF1

RGB

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

 GREEN value IS 234 (91.8% from 255) = 32.96%

 BLUE value IS 241 (94.53% from 255) = 33.94%

R = 33.1%
G = 32.96%
B = 33.94%

CMYK

 C value IS 0.02

 M value IS 0.03

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EBEAF1 (or 0xEBEAF1) is known color: Lavender. HEX triplet: EB, EA and F1. RGB value is (235,234,241). Sum of RGB (Red+Green+Blue) = 235+234+241=710 (94% of max value = 765). Red value is 235 (92.19% from 255 or 33.10% from 710); Green value is 234 (91.80% from 255 or 32.96% from 710); Blue value is 241 (94.53% from 255 or 33.94% from 710); Max value from RGB is 241 - color contains mainly: blue. Hex color #EBEAF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBEAF1 is #14150E. Grayscale: #EBEBEB. Windows color (decimal): -1316111 or 15854315. OLE color: 15854315.

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

Color convert

RGB 235 234 241 -
CMYK 0.02 0.03 0 0.05
HSL 248.57º 0.2% 0.93% -
HSV(B) 248.57º 0.03% 0.95% -
XYZ 79.56 82.86 95.02 -
YUV 235.1 131.33 127.93 -
System Red Green Blue C M Y K H S L
Decimal 235 234 241 0.02 0.03 0 0.05 248.57 0.2 0.93
Hex EB EA F1 2 3 0 5 F9 14 5D
Octal 353 352 361 2 3 0 5 371 24 135
Binary 11101011 11101010 11110001 10 11 0 101 11111001 10100 1011101

Color Harmonies of #EBEAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBEAF1

Black with #EBEAF1

Text Example


Text Example

White with #EBEAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBEAF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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