Html Css Color HEX #ECF2F0 Clear Day

📋 copy color: '#ECF2F0'

red 236 ◦ green 242 ◦ blue 240

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

Shades of Clear Day #ECF2F0

Tints of Clear Day #ECF2F0

RGB

 RED value IS 236 (92.58% from 255) = 32.87%

 GREEN value IS 242 (94.92% from 255) = 33.7%

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

R = 32.87%
G = 33.7%
B = 33.43%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#ECF2F0 (or 0xECF2F0) is known color: Clear Day. HEX triplet: EC, F2 and F0. RGB value is (236,242,240). Sum of RGB (Red+Green+Blue) = 236+242+240=718 (95% of max value = 765). Red value is 236 (92.58% from 255 or 32.87% from 718); Green value is 242 (94.92% from 255 or 33.70% from 718); Blue value is 240 (94.14% from 255 or 33.43% from 718); Max value from RGB is 242 - color contains mainly: green. Hex color #ECF2F0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECF2F0 is #130D0F. Grayscale: #EFEFEF. Windows color (decimal): -1248528 or 15790828. OLE color: 15790828.

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

Color convert

RGB 236 242 240 -
CMYK 0.02 0 0.01 0.05
HSL 160º 0.19% 0.94% -
HSV(B) 160º 0.02% 0.95% -
XYZ 82.07 87.63 95.03 -
YUV 239.98 128.01 125.16 -
System Red Green Blue C M Y K H S L
Decimal 236 242 240 0.02 0 0.01 0.05 160 0.19 0.94
Hex EC F2 F0 2 0 1 5 A0 13 5E
Octal 354 362 360 2 0 1 5 240 23 136
Binary 11101100 11110010 11110000 10 0 1 101 10100000 10011 1011110

Color Harmonies of #ECF2F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECF2F0

Black with #ECF2F0

Text Example


Text Example

White with #ECF2F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECF2F0; }

 p { color: rgb(236,242,240); }

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

background-color css

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

 a { background-color: rgb(236,242,240); }

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

border-color css

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

 span { border-color: rgb(236,242,240); }

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