Html Css Color HEX #EEF2E2 Saltpan

📋 copy color: '#EEF2E2'

red 238 ◦ green 242 ◦ blue 226

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

Shades of Saltpan #EEF2E2

Tints of Saltpan #EEF2E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 32.01%

R = 33.71%
G = 34.28%
B = 32.01%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#EEF2E2 (or 0xEEF2E2) is known color: Saltpan. HEX triplet: EE, F2 and E2. RGB value is (238,242,226). Sum of RGB (Red+Green+Blue) = 238+242+226=706 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.71% from 706); Green value is 242 (94.92% from 255 or 34.28% from 706); Blue value is 226 (88.67% from 255 or 32.01% from 706); Max value from RGB is 242 - color contains mainly: green. Hex color #EEF2E2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF2E2 is #110D1D. Grayscale: #EFEFEF. Windows color (decimal): -1117470 or 14873326. OLE color: 14873326.

HSL color Cylindrical-coordinate representation of color #EEF2E2: hue angle of 75º degrees, saturation: 0.38, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EEF2E2 is Cyan = 0.02, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB 238 242 226 -
CMYK 0.02 0 0.07 0.05
HSL 75º 0.38% 0.92% -
HSV(B) 75º 0.07% 0.95% -
XYZ 80.74 87.17 84.52 -
YUV 238.98 120.67 127.3 -
System Red Green Blue C M Y K H S L
Decimal 238 242 226 0.02 0 0.07 0.05 75 0.38 0.92
Hex EE F2 E2 2 0 7 5 4B 26 5C
Octal 356 362 342 2 0 7 5 113 46 134
Binary 11101110 11110010 11100010 10 0 111 101 1001011 100110 1011100

Color Harmonies of #EEF2E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEF2E2

Black with #EEF2E2

Text Example


Text Example

White with #EEF2E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEF2E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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