Html Css Color HEX #EEF2E6 Saltpan

📋 copy color: '#EEF2E6'

red 238 ◦ green 242 ◦ blue 230

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

Shades of Saltpan #EEF2E6

Tints of Saltpan #EEF2E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 32.39%

R = 33.52%
G = 34.08%
B = 32.39%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#EEF2E6 (or 0xEEF2E6) is known color: Saltpan. HEX triplet: EE, F2 and E6. RGB value is (238,242,230). Sum of RGB (Red+Green+Blue) = 238+242+230=710 (94% of max value = 765). Red value is 238 (93.36% from 255 or 33.52% from 710); Green value is 242 (94.92% from 255 or 34.08% from 710); Blue value is 230 (90.23% from 255 or 32.39% from 710); Max value from RGB is 242 - color contains mainly: green. Hex color #EEF2E6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEF2E6 is #110D19. Grayscale: #EFEFEF. Windows color (decimal): -1117466 or 15135470. OLE color: 15135470.

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

Color convert

RGB 238 242 230 -
CMYK 0.02 0 0.05 0.05
HSL 80º 0.32% 0.93% -
HSV(B) 80º 0.05% 0.95% -
XYZ 81.29 87.39 87.45 -
YUV 239.44 122.67 126.98 -
System Red Green Blue C M Y K H S L
Decimal 238 242 230 0.02 0 0.05 0.05 80 0.32 0.93
Hex EE F2 E6 2 0 5 5 50 20 5D
Octal 356 362 346 2 0 5 5 120 40 135
Binary 11101110 11110010 11100110 10 0 101 101 1010000 100000 1011101

Color Harmonies of #EEF2E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEF2E6

Black with #EEF2E6

Text Example


Text Example

White with #EEF2E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEF2E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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