Html Css Color HEX #EEF2F5 Alice Blue

📋 copy color: '#EEF2F5'

red 238 ◦ green 242 ◦ blue 245

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

Shades of Alice Blue #EEF2F5

Tints of Alice Blue #EEF2F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 33.79%

R = 32.83%
G = 33.38%
B = 33.79%

CMYK

 C value IS 0.03

 M value IS 0.01

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EEF2F5 (or 0xEEF2F5) is known color: Alice Blue. HEX triplet: EE, F2 and F5. RGB value is (238,242,245). Sum of RGB (Red+Green+Blue) = 238+242+245=725 (96% of max value = 765). Red value is 238 (93.36% from 255 or 32.83% from 725); Green value is 242 (94.92% from 255 or 33.38% from 725); Blue value is 245 (96.09% from 255 or 33.79% from 725); Max value from RGB is 245 - color contains mainly: blue. Hex color #EEF2F5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEF2F5 is #110D0A. Grayscale: #F1F1F1. Windows color (decimal): -1117451 or 16118510. OLE color: 16118510.

HSL color Cylindrical-coordinate representation of color #EEF2F5: hue angle of 205.71º degrees, saturation: 0.26, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #EEF2F5 is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 238 242 245 -
CMYK 0.03 0.01 0 0.04
HSL 205.71º 0.26% 0.95% -
HSV(B) 205.71º 0.03% 0.96% -
XYZ 83.49 88.27 99.02 -
YUV 241.15 130.17 125.76 -
System Red Green Blue C M Y K H S L
Decimal 238 242 245 0.03 0.01 0 0.04 205.71 0.26 0.95
Hex EE F2 F5 3 1 0 4 CE 1A 5F
Octal 356 362 365 3 1 0 4 316 32 137
Binary 11101110 11110010 11110101 11 1 0 100 11001110 11010 1011111

Color Harmonies of #EEF2F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEF2F5

Black with #EEF2F5

Text Example


Text Example

White with #EEF2F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEF2F5; }

 p { color: rgb(238,242,245); }

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

background-color css

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

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

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

border-color css

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

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

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