Html Css Color HEX #EDF1F0 Clear Day

📋 copy color: '#EDF1F0'

red 237 ◦ green 241 ◦ blue 240

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

Shades of Clear Day #EDF1F0

Tints of Clear Day #EDF1F0

RGB

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

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

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

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

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.00

 K value IS 0.05

RGB Variations

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

Color information

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

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

Color convert

RGB 237 241 240 -
CMYK 0.02 0 0.00 0.05
HSL 165º 0.13% 0.94% -
HSV(B) 165º 0.02% 0.95% -
XYZ 82.11 87.21 94.94 -
YUV 239.69 128.17 126.08 -
System Red Green Blue C M Y K H S L
Decimal 237 241 240 0.02 0 0.00 0.05 165 0.13 0.94
Hex ED F1 F0 2 0 0 5 A5 C 5E
Octal 355 361 360 2 0 0 5 245 14 136
Binary 11101101 11110001 11110000 10 0 0 101 10100101 1100 1011110

Color Harmonies of #EDF1F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF1F0

Black with #EDF1F0

Text Example


Text Example

White with #EDF1F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF1F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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