Html Css Color HEX #EDF2E2 Saltpan

📋 copy color: '#EDF2E2'

red 237 ◦ green 242 ◦ blue 226

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

Shades of Saltpan #EDF2E2

Tints of Saltpan #EDF2E2

RGB

 RED value IS 237 (92.97% from 255) = 33.62%

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

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

R = 33.62%
G = 34.33%
B = 32.06%

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

#EDF2E2 (or 0xEDF2E2) is known color: Saltpan. HEX triplet: ED, F2 and E2. RGB value is (237,242,226). Sum of RGB (Red+Green+Blue) = 237+242+226=705 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.62% from 705); Green value is 242 (94.92% from 255 or 34.33% from 705); Blue value is 226 (88.67% from 255 or 32.06% from 705); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF2E2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF2E2 is #120D1D. Grayscale: #EEEEEE. Windows color (decimal): -1183006 or 14873325. OLE color: 14873325.

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

Color convert

RGB 237 242 226 -
CMYK 0.02 0 0.07 0.05
HSL 78.75º 0.38% 0.92% -
HSV(B) 78.75º 0.07% 0.95% -
XYZ 80.4 87 84.51 -
YUV 238.68 120.84 126.8 -
System Red Green Blue C M Y K H S L
Decimal 237 242 226 0.02 0 0.07 0.05 78.75 0.38 0.92
Hex ED F2 E2 2 0 7 5 4F 26 5C
Octal 355 362 342 2 0 7 5 117 46 134
Binary 11101101 11110010 11100010 10 0 111 101 1001111 100110 1011100

Color Harmonies of #EDF2E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF2E2

Black with #EDF2E2

Text Example


Text Example

White with #EDF2E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF2E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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