Html Css Color HEX #EFF2F1 Clear Day

📋 copy color: '#EFF2F1'

red 239 ◦ green 242 ◦ blue 241

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

Shades of Clear Day #EFF2F1

Tints of Clear Day #EFF2F1

RGB

 RED value IS 239 (93.75% from 255) = 33.1%

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

 BLUE value IS 241 (94.53% 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.05

RGB Variations

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

Color information

#EFF2F1 (or 0xEFF2F1) is known color: Clear Day. HEX triplet: EF, F2 and F1. RGB value is (239,242,241). Sum of RGB (Red+Green+Blue) = 239+242+241=722 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.10% from 722); Green value is 242 (94.92% from 255 or 33.52% from 722); Blue value is 241 (94.53% from 255 or 33.38% from 722); Max value from RGB is 242 - color contains mainly: green. Hex color #EFF2F1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF2F1 is #100D0E. Grayscale: #F0F0F0. Windows color (decimal): -1051919 or 15856367. OLE color: 15856367.

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

Color convert

RGB 239 242 241 -
CMYK 0.01 0 0.00 0.05
HSL 160º 0.1% 0.94% -
HSV(B) 160º 0.01% 0.95% -
XYZ 83.23 88.21 95.86 -
YUV 240.99 128.01 126.58 -
System Red Green Blue C M Y K H S L
Decimal 239 242 241 0.01 0 0.00 0.05 160 0.1 0.94
Hex EF F2 F1 1 0 0 5 A0 A 5E
Octal 357 362 361 1 0 0 5 240 12 136
Binary 11101111 11110010 11110001 1 0 0 101 10100000 1010 1011110

Color Harmonies of #EFF2F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF2F1

Black with #EFF2F1

Text Example


Text Example

White with #EFF2F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF2F1; }

 p { color: rgb(239,242,241); }

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

background-color css

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

 a { background-color: rgb(239,242,241); }

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

border-color css

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

 span { border-color: rgb(239,242,241); }

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