Html Css Color HEX #EEF1F1 Azure

📋 copy color: '#EEF1F1'

red 238 ◦ green 241 ◦ blue 241

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

Shades of Azure #EEF1F1

Tints of Azure #EEF1F1

RGB

 RED value IS 238 (93.36% from 255) = 33.06%

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

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

R = 33.06%
G = 33.47%
B = 33.47%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EEF1F1 (or 0xEEF1F1) is known color: Azure. HEX triplet: EE, F1 and F1. RGB value is (238,241,241). Sum of RGB (Red+Green+Blue) = 238+241+241=720 (95% of max value = 765). Red value is 238 (93.36% from 255 or 33.06% from 720); Green value is 241 (94.53% from 255 or 33.47% from 720); Blue value is 241 (94.53% from 255 or 33.47% from 720); Max value from RGB is 241 - color contains mainly: green, blue. Hex color #EEF1F1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEF1F1 is #110E0E. Grayscale: #F0F0F0. Windows color (decimal): -1117711 or 15856110. OLE color: 15856110.

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

Color convert

RGB 238 241 241 -
CMYK 0.01 0 0 0.05
HSL 180º 0.1% 0.94% -
HSV(B) 180º 0.01% 0.95% -
XYZ 82.59 87.44 95.74 -
YUV 240.1 128.51 126.5 -
System Red Green Blue C M Y K H S L
Decimal 238 241 241 0.01 0 0 0.05 180 0.1 0.94
Hex EE F1 F1 1 0 0 5 B4 A 5E
Octal 356 361 361 1 0 0 5 264 12 136
Binary 11101110 11110001 11110001 1 0 0 101 10110100 1010 1011110

Color Harmonies of #EEF1F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEF1F1

Black with #EEF1F1

Text Example


Text Example

White with #EEF1F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEF1F1; }

 p { color: rgb(238,241,241); }

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

background-color css

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

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

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

border-color css

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

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

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