Html Css Color HEX #EBECF2 Lavender

📋 copy color: '#EBECF2'

red 235 ◦ green 236 ◦ blue 242

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

Shades of Lavender #EBECF2

Tints of Lavender #EBECF2

RGB

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

 GREEN value IS 236 (92.58% from 255) = 33.1%

 BLUE value IS 242 (94.92% from 255) = 33.94%

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

CMYK

 C value IS 0.03

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EBECF2 (or 0xEBECF2) is known color: Lavender. HEX triplet: EB, EC and F2. RGB value is (235,236,242). Sum of RGB (Red+Green+Blue) = 235+236+242=713 (94% of max value = 765). Red value is 235 (92.19% from 255 or 32.96% from 713); Green value is 236 (92.58% from 255 or 33.10% from 713); Blue value is 242 (94.92% from 255 or 33.94% from 713); Max value from RGB is 242 - color contains mainly: blue. Hex color #EBECF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBECF2 is #14130D. Grayscale: #ECECEC. Windows color (decimal): -1315598 or 15920363. OLE color: 15920363.

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

Color convert

RGB 235 236 242 -
CMYK 0.03 0.02 0 0.05
HSL 231.43º 0.21% 0.94% -
HSV(B) 231.43º 0.03% 0.95% -
XYZ 80.28 84.06 96 -
YUV 236.39 131.17 127.01 -
System Red Green Blue C M Y K H S L
Decimal 235 236 242 0.03 0.02 0 0.05 231.43 0.21 0.94
Hex EB EC F2 3 2 0 5 E7 15 5E
Octal 353 354 362 3 2 0 5 347 25 136
Binary 11101011 11101100 11110010 11 10 0 101 11100111 10101 1011110

Color Harmonies of #EBECF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBECF2

Black with #EBECF2

Text Example


Text Example

White with #EBECF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBECF2; }

 p { color: rgb(235,236,242); }

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

background-color css

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

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

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

border-color css

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

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

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