Html Css Color HEX #EBECFD Lavender

📋 copy color: '#EBECFD'

red 235 ◦ green 236 ◦ blue 253

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

Shades of Lavender #EBECFD

Tints of Lavender #EBECFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 34.94%

R = 32.46%
G = 32.6%
B = 34.94%

CMYK

 C value IS 0.07

 M value IS 0.07

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EBECFD (or 0xEBECFD) is known color: Lavender. HEX triplet: EB, EC and FD. RGB value is (235,236,253). Sum of RGB (Red+Green+Blue) = 235+236+253=724 (95% of max value = 765). Red value is 235 (92.19% from 255 or 32.46% from 724); Green value is 236 (92.58% from 255 or 32.60% from 724); Blue value is 253 (99.22% from 255 or 34.94% from 724); Max value from RGB is 253 - color contains mainly: blue. Hex color #EBECFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBECFD is #141302. Grayscale: #EDEDED. Windows color (decimal): -1315587 or 16641259. OLE color: 16641259.

HSL color Cylindrical-coordinate representation of color #EBECFD: hue angle of 236.67º degrees, saturation: 0.82, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EBECFD is Cyan = 0.07, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 235 236 253 -
CMYK 0.07 0.07 0 0.01
HSL 236.67º 0.82% 0.96% -
HSV(B) 236.67º 0.07% 0.99% -
XYZ 81.99 84.74 104.96 -
YUV 237.64 136.67 126.12 -
System Red Green Blue C M Y K H S L
Decimal 235 236 253 0.07 0.07 0 0.01 236.67 0.82 0.96
Hex EB EC FD 7 7 0 1 ED 52 60
Octal 353 354 375 7 7 0 1 355 122 140
Binary 11101011 11101100 11111101 111 111 0 1 11101101 1010010 1100000

Color Harmonies of #EBECFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBECFD

Black with #EBECFD

Text Example


Text Example

White with #EBECFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBECFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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