Html Css Color HEX #EDF6E2 Saltpan

📋 copy color: '#EDF6E2'

red 237 ◦ green 246 ◦ blue 226

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

Shades of Saltpan #EDF6E2

Tints of Saltpan #EDF6E2

RGB

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

 GREEN value IS 246 (96.48% from 255) = 34.7%

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

R = 33.43%
G = 34.7%
B = 31.88%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.08

 K value IS 0.04

RGB Variations

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

Color information

#EDF6E2 (or 0xEDF6E2) is known color: Saltpan. HEX triplet: ED, F6 and E2. RGB value is (237,246,226). Sum of RGB (Red+Green+Blue) = 237+246+226=709 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.43% from 709); Green value is 246 (96.48% from 255 or 34.70% from 709); Blue value is 226 (88.67% from 255 or 31.88% from 709); Max value from RGB is 246 - color contains mainly: green. Hex color #EDF6E2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF6E2 is #12091D. Grayscale: #F1F1F1. Windows color (decimal): -1181982 or 14874349. OLE color: 14874349.

HSL color Cylindrical-coordinate representation of color #EDF6E2: hue angle of 87º degrees, saturation: 0.53, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EDF6E2 is Cyan = 0.04, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.04.

Color convert

RGB 237 246 226 -
CMYK 0.04 0 0.08 0.04
HSL 87º 0.53% 0.93% -
HSV(B) 87º 0.08% 0.96% -
XYZ 81.61 89.41 84.91 -
YUV 241.03 119.52 125.13 -
System Red Green Blue C M Y K H S L
Decimal 237 246 226 0.04 0 0.08 0.04 87 0.53 0.93
Hex ED F6 E2 4 0 8 4 57 35 5D
Octal 355 366 342 4 0 10 4 127 65 135
Binary 11101101 11110110 11100010 100 0 1000 100 1010111 110101 1011101

Color Harmonies of #EDF6E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF6E2

Black with #EDF6E2

Text Example


Text Example

White with #EDF6E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF6E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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