Html Css Color HEX #EDF8F2 Lily White

📋 copy color: '#EDF8F2'

red 237 ◦ green 248 ◦ blue 242

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

Shades of Lily White #EDF8F2

Tints of Lily White #EDF8F2

RGB

 RED value IS 237 (92.97% from 255) = 32.6%

 GREEN value IS 248 (97.27% from 255) = 34.11%

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

R = 32.6%
G = 34.11%
B = 33.29%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.02

 K value IS 0.03

RGB Variations

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

Color information

#EDF8F2 (or 0xEDF8F2) is known color: Lily White. HEX triplet: ED, F8 and F2. RGB value is (237,248,242). Sum of RGB (Red+Green+Blue) = 237+248+242=727 (96% of max value = 765). Red value is 237 (92.97% from 255 or 32.60% from 727); Green value is 248 (97.27% from 255 or 34.11% from 727); Blue value is 242 (94.92% from 255 or 33.29% from 727); Max value from RGB is 248 - color contains mainly: green. Hex color #EDF8F2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF8F2 is #12070D. Grayscale: #F4F4F4. Windows color (decimal): -1181454 or 15923437. OLE color: 15923437.

HSL color Cylindrical-coordinate representation of color #EDF8F2: hue angle of 147.27º degrees, saturation: 0.44, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #EDF8F2 is Cyan = 0.04, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.03.

Color convert

RGB 237 248 242 -
CMYK 0.04 0 0.02 0.03
HSL 147.27º 0.44% 0.95% -
HSV(B) 147.27º 0.04% 0.97% -
XYZ 84.52 91.55 97.22 -
YUV 244.03 126.86 122.99 -
System Red Green Blue C M Y K H S L
Decimal 237 248 242 0.04 0 0.02 0.03 147.27 0.44 0.95
Hex ED F8 F2 4 0 2 3 93 2C 5F
Octal 355 370 362 4 0 2 3 223 54 137
Binary 11101101 11111000 11110010 100 0 10 11 10010011 101100 1011111

Color Harmonies of #EDF8F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF8F2

Black with #EDF8F2

Text Example


Text Example

White with #EDF8F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF8F2; }

 p { color: rgb(237,248,242); }

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

background-color css

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

 a { background-color: rgb(237,248,242); }

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

border-color css

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

 span { border-color: rgb(237,248,242); }

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