Html Css Color HEX #EBEAF9 Lavender

📋 copy color: '#EBEAF9'

red 235 ◦ green 234 ◦ blue 249

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

Shades of Lavender #EBEAF9

Tints of Lavender #EBEAF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 34.68%

R = 32.73%
G = 32.59%
B = 34.68%

CMYK

 C value IS 0.06

 M value IS 0.06

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EBEAF9 (or 0xEBEAF9) is known color: Lavender. HEX triplet: EB, EA and F9. RGB value is (235,234,249). Sum of RGB (Red+Green+Blue) = 235+234+249=718 (95% of max value = 765). Red value is 235 (92.19% from 255 or 32.73% from 718); Green value is 234 (91.80% from 255 or 32.59% from 718); Blue value is 249 (97.66% from 255 or 34.68% from 718); Max value from RGB is 249 - color contains mainly: blue. Hex color #EBEAF9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBEAF9 is #141506. Grayscale: #EBEBEB. Windows color (decimal): -1316103 or 16378603. OLE color: 16378603.

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

Color convert

RGB 235 234 249 -
CMYK 0.06 0.06 0 0.02
HSL 244º 0.56% 0.95% -
HSV(B) 244º 0.06% 0.98% -
XYZ 80.78 83.35 101.45 -
YUV 236.01 135.33 127.28 -
System Red Green Blue C M Y K H S L
Decimal 235 234 249 0.06 0.06 0 0.02 244 0.56 0.95
Hex EB EA F9 6 6 0 2 F4 38 5F
Octal 353 352 371 6 6 0 2 364 70 137
Binary 11101011 11101010 11111001 110 110 0 10 11110100 111000 1011111

Color Harmonies of #EBEAF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBEAF9

Black with #EBEAF9

Text Example


Text Example

White with #EBEAF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBEAF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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