Html Css Color HEX #EBE5FD Lavender

📋 copy color: '#EBE5FD'

red 235 ◦ green 229 ◦ blue 253

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

Shades of Lavender #EBE5FD

Tints of Lavender #EBE5FD

RGB

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

 GREEN value IS 229 (89.84% from 255) = 31.94%

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

R = 32.78%
G = 31.94%
B = 35.29%

CMYK

 C value IS 0.07

 M value IS 0.09

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EBE5FD (or 0xEBE5FD) is known color: Lavender. HEX triplet: EB, E5 and FD. RGB value is (235,229,253). Sum of RGB (Red+Green+Blue) = 235+229+253=717 (94% of max value = 765). Red value is 235 (92.19% from 255 or 32.78% from 717); Green value is 229 (89.84% from 255 or 31.94% from 717); Blue value is 253 (99.22% from 255 or 35.29% from 717); Max value from RGB is 253 - color contains mainly: blue. Hex color #EBE5FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBE5FD is #141A02. Grayscale: #E9E9E9. Windows color (decimal): -1317379 or 16639467. OLE color: 16639467.

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

Color convert

RGB 235 229 253 -
CMYK 0.07 0.09 0 0.01
HSL 255º 0.86% 0.95% -
HSV(B) 255º 0.09% 0.99% -
XYZ 80.01 80.79 104.31 -
YUV 233.53 138.99 129.05 -
System Red Green Blue C M Y K H S L
Decimal 235 229 253 0.07 0.09 0 0.01 255 0.86 0.95
Hex EB E5 FD 7 9 0 1 FF 56 5F
Octal 353 345 375 7 11 0 1 377 126 137
Binary 11101011 11100101 11111101 111 1001 0 1 11111111 1010110 1011111

Color Harmonies of #EBE5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE5FD

Black with #EBE5FD

Text Example


Text Example

White with #EBE5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE5FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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