Html Css Color HEX #EDF0EF Clear Day

📋 copy color: '#EDF0EF'

red 237 ◦ green 240 ◦ blue 239

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

Shades of Clear Day #EDF0EF

Tints of Clear Day #EDF0EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 33.38%

R = 33.1%
G = 33.52%
B = 33.38%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.00

 K value IS 0.06

RGB Variations

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

Color information

#EDF0EF (or 0xEDF0EF) is known color: Clear Day. HEX triplet: ED, F0 and EF. RGB value is (237,240,239). Sum of RGB (Red+Green+Blue) = 237+240+239=716 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.10% from 716); Green value is 240 (94.14% from 255 or 33.52% from 716); Blue value is 239 (93.75% from 255 or 33.38% from 716); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF0EF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF0EF is #120F10. Grayscale: #EEEEEE. Windows color (decimal): -1183505 or 15724781. OLE color: 15724781.

HSL color Cylindrical-coordinate representation of color #EDF0EF: hue angle of 160º degrees, saturation: 0.09, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #EDF0EF is Cyan = 0.01, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.06.

Color convert

RGB 237 240 239 -
CMYK 0.01 0 0.00 0.06
HSL 160º 0.09% 0.94% -
HSV(B) 160º 0.01% 0.94% -
XYZ 81.67 86.56 94.06 -
YUV 238.99 128.01 126.58 -
System Red Green Blue C M Y K H S L
Decimal 237 240 239 0.01 0 0.00 0.06 160 0.09 0.94
Hex ED F0 EF 1 0 0 6 A0 9 5E
Octal 355 360 357 1 0 0 6 240 11 136
Binary 11101101 11110000 11101111 1 0 0 110 10100000 1001 1011110

Color Harmonies of #EDF0EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF0EF

Black with #EDF0EF

Text Example


Text Example

White with #EDF0EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF0EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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