Html Css Color HEX #EBE1F2 White Lilac

📋 copy color: '#EBE1F2'

red 235 ◦ green 225 ◦ blue 242

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

Shades of White Lilac #EBE1F2

Tints of White Lilac #EBE1F2

RGB

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

 GREEN value IS 225 (88.28% from 255) = 32.05%

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

R = 33.48%
G = 32.05%
B = 34.47%

CMYK

 C value IS 0.03

 M value IS 0.07

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EBE1F2 (or 0xEBE1F2) is known color: White Lilac. HEX triplet: EB, E1 and F2. RGB value is (235,225,242). Sum of RGB (Red+Green+Blue) = 235+225+242=702 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.48% from 702); Green value is 225 (88.28% from 255 or 32.05% from 702); Blue value is 242 (94.92% from 255 or 34.47% from 702); Max value from RGB is 242 - color contains mainly: blue. Hex color #EBE1F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBE1F2 is #141E0D. Grayscale: #E5E5E5. Windows color (decimal): -1318414 or 15917547. OLE color: 15917547.

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

Color convert

RGB 235 225 242 -
CMYK 0.03 0.07 0 0.05
HSL 275.29º 0.4% 0.92% -
HSV(B) 275.29º 0.07% 0.95% -
XYZ 77.21 77.92 94.98 -
YUV 229.93 134.81 131.62 -
System Red Green Blue C M Y K H S L
Decimal 235 225 242 0.03 0.07 0 0.05 275.29 0.4 0.92
Hex EB E1 F2 3 7 0 5 113 28 5C
Octal 353 341 362 3 7 0 5 423 50 134
Binary 11101011 11100001 11110010 11 111 0 101 100010011 101000 1011100

Color Harmonies of #EBE1F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE1F2

Black with #EBE1F2

Text Example


Text Example

White with #EBE1F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE1F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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