Html Css Color HEX #EBF2EF Lily White

📋 copy color: '#EBF2EF'

red 235 ◦ green 242 ◦ blue 239

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

Shades of Lily White #EBF2EF

Tints of Lily White #EBF2EF

RGB

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

 GREEN value IS 242 (94.92% from 255) = 33.8%

 BLUE value IS 239 (93.75% from 255) = 33.38%

R = 32.82%
G = 33.8%
B = 33.38%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#EBF2EF (or 0xEBF2EF) is known color: Lily White. HEX triplet: EB, F2 and EF. RGB value is (235,242,239). Sum of RGB (Red+Green+Blue) = 235+242+239=716 (94% of max value = 765). Red value is 235 (92.19% from 255 or 32.82% from 716); Green value is 242 (94.92% from 255 or 33.80% from 716); Blue value is 239 (93.75% from 255 or 33.38% from 716); Max value from RGB is 242 - color contains mainly: green. Hex color #EBF2EF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBF2EF is #140D10. Grayscale: #EFEFEF. Windows color (decimal): -1314065 or 15725291. OLE color: 15725291.

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

Color convert

RGB 235 242 239 -
CMYK 0.03 0 0.01 0.05
HSL 154.29º 0.21% 0.94% -
HSV(B) 154.29º 0.03% 0.95% -
XYZ 81.59 87.4 94.23 -
YUV 239.57 127.68 124.74 -
System Red Green Blue C M Y K H S L
Decimal 235 242 239 0.03 0 0.01 0.05 154.29 0.21 0.94
Hex EB F2 EF 3 0 1 5 9A 15 5E
Octal 353 362 357 3 0 1 5 232 25 136
Binary 11101011 11110010 11101111 11 0 1 101 10011010 10101 1011110

Color Harmonies of #EBF2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBF2EF

Black with #EBF2EF

Text Example


Text Example

White with #EBF2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBF2EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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