Html Css Color HEX #EDF0F1 Alice Blue

📋 copy color: '#EDF0F1'

red 237 ◦ green 240 ◦ blue 241

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

Shades of Alice Blue #EDF0F1

Tints of Alice Blue #EDF0F1

RGB

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

 GREEN value IS 240 (94.14% from 255) = 33.43%

 BLUE value IS 241 (94.53% from 255) = 33.57%

R = 33.01%
G = 33.43%
B = 33.57%

CMYK

 C value IS 0.02

 M value IS 0.00

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EDF0F1 (or 0xEDF0F1) is known color: Alice Blue. HEX triplet: ED, F0 and F1. RGB value is (237,240,241). Sum of RGB (Red+Green+Blue) = 237+240+241=718 (95% of max value = 765). Red value is 237 (92.97% from 255 or 33.01% from 718); Green value is 240 (94.14% from 255 or 33.43% from 718); Blue value is 241 (94.53% from 255 or 33.57% from 718); Max value from RGB is 241 - color contains mainly: blue. Hex color #EDF0F1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF0F1 is #120F0E. Grayscale: #EFEFEF. Windows color (decimal): -1183503 or 15855853. OLE color: 15855853.

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

Color convert

RGB 237 240 241 -
CMYK 0.02 0.00 0 0.05
HSL 195º 0.13% 0.94% -
HSV(B) 195º 0.02% 0.95% -
XYZ 81.96 86.68 95.63 -
YUV 239.22 129.01 126.42 -
System Red Green Blue C M Y K H S L
Decimal 237 240 241 0.02 0.00 0 0.05 195 0.13 0.94
Hex ED F0 F1 2 0 0 5 C3 C 5E
Octal 355 360 361 2 0 0 5 303 14 136
Binary 11101101 11110000 11110001 10 0 0 101 11000011 1100 1011110

Color Harmonies of #EDF0F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF0F1

Black with #EDF0F1

Text Example


Text Example

White with #EDF0F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF0F1; }

 p { color: rgb(237,240,241); }

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

background-color css

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

 a { background-color: rgb(237,240,241); }

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

border-color css

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

 span { border-color: rgb(237,240,241); }

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