Html Css Color HEX #EBF2EE Lily White

📋 copy color: '#EBF2EE'

red 235 ◦ green 242 ◦ blue 238

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

Shades of Lily White #EBF2EE

Tints of Lily White #EBF2EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 33.29%

R = 32.87%
G = 33.85%
B = 33.29%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#EBF2EE (or 0xEBF2EE) is known color: Lily White. HEX triplet: EB, F2 and EE. RGB value is (235,242,238). Sum of RGB (Red+Green+Blue) = 235+242+238=715 (94% of max value = 765). Red value is 235 (92.19% from 255 or 32.87% from 715); Green value is 242 (94.92% from 255 or 33.85% from 715); Blue value is 238 (93.36% from 255 or 33.29% from 715); Max value from RGB is 242 - color contains mainly: green. Hex color #EBF2EE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBF2EE is #140D11. Grayscale: #EFEFEF. Windows color (decimal): -1314066 or 15659755. OLE color: 15659755.

HSL color Cylindrical-coordinate representation of color #EBF2EE: hue angle of 145.71º 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 #EBF2EE is Cyan = 0.03, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 235 242 238 -
CMYK 0.03 0 0.02 0.05
HSL 145.71º 0.21% 0.94% -
HSV(B) 145.71º 0.03% 0.95% -
XYZ 81.45 87.34 93.45 -
YUV 239.45 127.18 124.83 -
System Red Green Blue C M Y K H S L
Decimal 235 242 238 0.03 0 0.02 0.05 145.71 0.21 0.94
Hex EB F2 EE 3 0 2 5 92 15 5E
Octal 353 362 356 3 0 2 5 222 25 136
Binary 11101011 11110010 11101110 11 0 10 101 10010010 10101 1011110

Color Harmonies of #EBF2EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBF2EE

Black with #EBF2EE

Text Example


Text Example

White with #EBF2EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBF2EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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