Html Css Color HEX #EDF9F2 Lily White

📋 copy color: '#EDF9F2'

red 237 ◦ green 249 ◦ blue 242

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

Shades of Lily White #EDF9F2

Tints of Lily White #EDF9F2

RGB

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

 GREEN value IS 249 (97.66% from 255) = 34.2%

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

R = 32.55%
G = 34.2%
B = 33.24%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#EDF9F2 (or 0xEDF9F2) is known color: Lily White. HEX triplet: ED, F9 and F2. RGB value is (237,249,242). Sum of RGB (Red+Green+Blue) = 237+249+242=728 (96% of max value = 765). Red value is 237 (92.97% from 255 or 32.55% from 728); Green value is 249 (97.66% from 255 or 34.20% from 728); Blue value is 242 (94.92% from 255 or 33.24% from 728); Max value from RGB is 249 - color contains mainly: green. Hex color #EDF9F2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF9F2 is #12060D. Grayscale: #F4F4F4. Windows color (decimal): -1181198 or 15923693. OLE color: 15923693.

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

Color convert

RGB 237 249 242 -
CMYK 0.05 0 0.03 0.02
HSL 145º 0.5% 0.95% -
HSV(B) 145º 0.05% 0.98% -
XYZ 84.83 92.17 97.32 -
YUV 244.61 126.52 122.57 -
System Red Green Blue C M Y K H S L
Decimal 237 249 242 0.05 0 0.03 0.02 145 0.5 0.95
Hex ED F9 F2 5 0 3 2 91 32 5F
Octal 355 371 362 5 0 3 2 221 62 137
Binary 11101101 11111001 11110010 101 0 11 10 10010001 110010 1011111

Color Harmonies of #EDF9F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF9F2

Black with #EDF9F2

Text Example


Text Example

White with #EDF9F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF9F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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