Html Css Color HEX #EBEAFD Lavender

📋 copy color: '#EBEAFD'

red 235 ◦ green 234 ◦ blue 253

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

Shades of Lavender #EBEAFD

Tints of Lavender #EBEAFD

RGB

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

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

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

R = 32.55%
G = 32.41%
B = 35.04%

CMYK

 C value IS 0.07

 M value IS 0.08

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EBEAFD (or 0xEBEAFD) is known color: Lavender. HEX triplet: EB, EA and FD. RGB value is (235,234,253). Sum of RGB (Red+Green+Blue) = 235+234+253=722 (95% of max value = 765). Red value is 235 (92.19% from 255 or 32.55% from 722); Green value is 234 (91.80% from 255 or 32.41% from 722); Blue value is 253 (99.22% from 255 or 35.04% from 722); Max value from RGB is 253 - color contains mainly: blue. Hex color #EBEAFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBEAFD is #141502. Grayscale: #ECECEC. Windows color (decimal): -1316099 or 16640747. OLE color: 16640747.

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

Color convert

RGB 235 234 253 -
CMYK 0.07 0.08 0 0.01
HSL 243.16º 0.83% 0.95% -
HSV(B) 243.16º 0.08% 0.99% -
XYZ 81.41 83.6 104.77 -
YUV 236.47 137.33 126.96 -
System Red Green Blue C M Y K H S L
Decimal 235 234 253 0.07 0.08 0 0.01 243.16 0.83 0.95
Hex EB EA FD 7 8 0 1 F3 53 5F
Octal 353 352 375 7 10 0 1 363 123 137
Binary 11101011 11101010 11111101 111 1000 0 1 11110011 1010011 1011111

Color Harmonies of #EBEAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBEAFD

Black with #EBEAFD

Text Example


Text Example

White with #EBEAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBEAFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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