Html Css Color HEX #EBDFF2 White Lilac

📋 copy color: '#EBDFF2'

red 235 ◦ green 223 ◦ blue 242

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

Shades of White Lilac #EBDFF2

Tints of White Lilac #EBDFF2

RGB

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

 GREEN value IS 223 (87.5% from 255) = 31.86%

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

R = 33.57%
G = 31.86%
B = 34.57%

CMYK

 C value IS 0.03

 M value IS 0.08

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EBDFF2 (or 0xEBDFF2) is known color: White Lilac. HEX triplet: EB, DF and F2. RGB value is (235,223,242). Sum of RGB (Red+Green+Blue) = 235+223+242=700 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.57% from 700); Green value is 223 (87.5% from 255 or 31.86% from 700); Blue value is 242 (94.92% from 255 or 34.57% from 700); Max value from RGB is 242 - color contains mainly: blue. Hex color #EBDFF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBDFF2 is #14200D. Grayscale: #E4E4E4. Windows color (decimal): -1318926 or 15917035. OLE color: 15917035.

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

Color convert

RGB 235 223 242 -
CMYK 0.03 0.08 0 0.05
HSL 277.89º 0.42% 0.91% -
HSV(B) 277.89º 0.08% 0.95% -
XYZ 76.68 76.85 94.8 -
YUV 228.75 135.48 132.46 -
System Red Green Blue C M Y K H S L
Decimal 235 223 242 0.03 0.08 0 0.05 277.89 0.42 0.91
Hex EB DF F2 3 8 0 5 116 2A 5B
Octal 353 337 362 3 10 0 5 426 52 133
Binary 11101011 11011111 11110010 11 1000 0 101 100010110 101010 1011011

Color Harmonies of #EBDFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDFF2

Black with #EBDFF2

Text Example


Text Example

White with #EBDFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDFF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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